Skip to content

Commit a66ae7e

Browse files
TamilarasanSF4853rmarinho
authored andcommitted
Added failing condition for android
1 parent edcc878 commit a66ae7e

File tree

1 file changed

+4
-2
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+4
-2
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30575.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using NUnit.Framework;
1+
#if TEST_FAILS_ON_ANDROID // Issue Link: https://github.com/dotnet/maui/issues/31869
2+
using NUnit.Framework;
23
using UITest.Appium;
34
using UITest.Core;
45

@@ -20,4 +21,5 @@ public void WebViewShouldNotMirrored()
2021
Thread.Sleep(3000);
2122
VerifyScreenshot();
2223
}
23-
}
24+
}
25+
#endif

0 commit comments

Comments
 (0)