File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -20,28 +20,24 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
2020 public class AEMExtensionTests
2121 {
2222 [ Fact ]
23- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
2423 public void TestAEMExtensionBasicWindows ( )
2524 {
2625 ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionBasicWindows" ) ;
2726 }
2827
2928 [ Fact ]
30- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
3129 public void TestAEMExtensionBasicLinux ( )
3230 {
3331 ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionBasicLinux" ) ;
3432 }
3533
3634 [ Fact ]
37- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
3835 public void TestAEMExtensionAdvancedWindows ( )
3936 {
4037 ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionAdvancedWindows" ) ;
4138 }
4239
4340 [ Fact ]
44- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
4541 public void TestAEMExtensionAdvancedLinux ( )
4642 {
4743 ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionAdvancedLinux" ) ;
You can’t perform that action at this time.
0 commit comments