File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,21 @@ namespace Microsoft.Azure.Commands.Resources.Test.ScenarioTests
20
20
{
21
21
public class RoleDefinitionTests
22
22
{
23
+ // TODO: Add [Trait(Category.AcceptanceType, Category.CheckIn)] attribute for each test once it gets implemented fully
24
+
23
25
[ Fact ( Skip = "Not implemented" ) ]
24
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
25
26
public void RoleDefinitionCreateTests ( )
26
27
{
27
28
ResourcesController . NewInstance . RunPsTest ( "Test-RoleDefinitionCreateTests" ) ;
28
29
}
29
30
30
31
[ Fact ( Skip = "Not implemented" ) ]
31
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
32
32
public void RdNegativeScenarios ( )
33
33
{
34
34
ResourcesController . NewInstance . RunPsTest ( "Test-RdNegativeScenarios" ) ;
35
35
}
36
36
37
37
[ Fact ( Skip = "Not implemented" ) ]
38
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
39
38
public void RdPositiveScenarios ( )
40
39
{
41
40
ResourcesController . NewInstance . RunPsTest ( "Test-RDPositiveScenarios" ) ;
You can’t perform that action at this time.
0 commit comments