Skip to content

Commit e74d699

Browse files
authored
[tests] Ignore failing test Issue18751Test on android (#33620)
### Description of Change Test Issue18751Test is flacky and failing on Android tracking issue here #33507
2 parents 5ecf21a + e7a4218 commit e74d699

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if TEST_FAILS_ON_IOS && TEST_FAILS_ON_CATALYST && TEST_FAILS_ON_WINDOWS //related issues: https://github.com/dotnet/maui/issues/33507, https://github.com/dotnet/maui/issues/15994
1+
#if TEST_FAILS_ON_IOS && TEST_FAILS_ON_CATALYST && TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_ANDROID //related issues: https://github.com/dotnet/maui/issues/33507, https://github.com/dotnet/maui/issues/15994
22
using NUnit.Framework;
33
using UITest.Appium;
44
using UITest.Core;

0 commit comments

Comments
 (0)