We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c5cfc commit 35126b6Copy full SHA for 35126b6
src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Shapes/Basics_Shapes_Tests.cs
@@ -18,7 +18,7 @@ public partial class Basics_Shapes_Tests : SampleControlUITestBase
18
19
[Test]
20
[AutoRetry]
21
- [ActivePlatforms(Platform.iOS, Platform.Android)]
+ [ActivePlatforms(Platform.Android)] // Flaky on iOS #9080
22
[Timeout(TestTimeout)]
23
public void When_Rectangle()
24
=> ValidateShape("Rectangle");
0 commit comments