Skip to content

Commit d0281f8

Browse files
authored
test: Disable flaky ValidateDynamicOverflowOrderBasic() test on Android (#9080, #19585)
1 parent 5d1b5a8 commit d0281f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Uno.UI.RuntimeTests/IntegrationTests/dxaml/controls/commandbar/CommandBarIntegrationTests.cs

+3
Original file line numberDiff line numberDiff line change
@@ -2807,6 +2807,9 @@ public async Task ValidateOverflowButtonHidesWhenAppropriateWithPrimaryAndSecond
28072807
[TestMethod]
28082808

28092809
[Description("Validates the dynamic overflow On/Off.")]
2810+
#if __ANDROID__
2811+
[Ignore("Test is flaky on Android https://github.com/unoplatform/uno/issues/19585")]
2812+
#endif
28102813
public async Task ValidateDynamicOverflowOnOff()
28112814
{
28122815
TestCleanupWrapper cleanup;

0 commit comments

Comments
 (0)