Skip to content

Commit 421df8e

Browse files
authored
Add Flaky to list of test constants
1 parent a4a5216 commit 421df8e

File tree

1 file changed

+2
-0
lines changed
  • src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common

1 file changed

+2
-0
lines changed

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Constants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ public class Category
6565
public const string BVT = "BVT";
6666

6767
public const string CheckIn = "CheckIn";
68+
69+
public const string Flaky = "Flaky";
6870

6971
// Run Type
7072
public const string RunType = "RunType";

0 commit comments

Comments
 (0)