Skip to content

Commit 6f8be4e

Browse files
committed
chore: Mark test flaky on iOS (#9080)
1 parent 173e96a commit 6f8be4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Shapes/Basics_Shapes_Tests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public partial class Basics_Shapes_Tests : SampleControlUITestBase
1818

1919
[Test]
2020
[AutoRetry]
21-
[ActivePlatforms(Platform.iOS, Platform.Android)]
21+
[ActivePlatforms(Platform.Android)] // Flaky on iOS #9080
2222
[Timeout(TestTimeout)]
2323
public void When_Rectangle()
2424
=> ValidateShape("Rectangle");

0 commit comments

Comments
 (0)