Skip to content

Commit

Permalink
Merge pull request #15094 from unoplatform/Youssef1313/flaky-when-the…
Browse files Browse the repository at this point in the history
…mechange

test: Disable flaky test `When_ThemeChange` on Wasm
  • Loading branch information
MartinZikmund authored Jan 17, 2024
2 parents 74707ab + fc22449 commit 5da33a8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4249,6 +4249,9 @@ public async Task When_Header_With_HeaderTemplate_Only_One_Header_Created(string
#if HAS_UNO
[TestMethod]
[RunsOnUIThread]
#if __WASM__
[Ignore("https://github.com/unoplatform/uno/issues/15093")]
#endif
public async Task When_ThemeChange()
{
const double TotalHeight = 500; // The ListView height.
Expand Down

0 comments on commit 5da33a8

Please sign in to comment.