Skip to content

Commit 7eea7e7

Browse files
authored
Add Flaky UI Test category (#23432)
1 parent c163c80 commit 7eea7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controls/tests/TestCases.Shared.Tests/UITestCategories.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ internal static class UITestCategories
2828
public const string Layout = "Layout";
2929
public const string ListView = "ListView";
3030
public const string LifeCycle = "Lifecycle";
31+
public const string Flaky = "Flaky";
3132
public const string FlyoutPage = "FlyoutPage";
3233
public const string Picker = "Picker";
3334
public const string ProgressBar = "ProgressBar";

0 commit comments

Comments
 (0)