Skip to content

Commit b66a8be

Browse files
committed
Merge pull request Azure#510 from Azure/dev
HPF PR: dev <- Azure:dev
2 parents 424e01f + eab6e9b commit b66a8be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/AEMExtensionTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)