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
20
20
public class AEMExtensionTests
21
21
{
22
22
[ Fact ]
23
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
24
23
public void TestAEMExtensionBasicWindows ( )
25
24
{
26
25
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionBasicWindows" ) ;
27
26
}
28
27
29
28
[ Fact ]
30
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
31
29
public void TestAEMExtensionBasicLinux ( )
32
30
{
33
31
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionBasicLinux" ) ;
34
32
}
35
33
36
34
[ Fact ]
37
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
38
35
public void TestAEMExtensionAdvancedWindows ( )
39
36
{
40
37
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionAdvancedWindows" ) ;
41
38
}
42
39
43
40
[ Fact ]
44
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
45
41
public void TestAEMExtensionAdvancedLinux ( )
46
42
{
47
43
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionAdvancedLinux" ) ;
You can’t perform that action at this time.
0 commit comments