File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public NewVhdVMTests(Xunit.Abstractions.ITestOutputHelper output)
26
26
}
27
27
28
28
[ Fact ]
29
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
29
+ [ Trait ( Category . AcceptanceType , Category . Flaky ) ]
30
30
public void TestWithValidVhdDiskFile ( )
31
31
{
32
32
ComputeTestController . NewInstance . RunPsTest ( "Test-NewAzureRmVhdVMWithValidDiskFile" ) ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public void TestSimpleNewVmWithAvailabilitySet()
46
46
}
47
47
48
48
[ Fact ]
49
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
49
+ [ Trait ( Category . AcceptanceType , Category . Flaky ) ]
50
50
public void TestSimpleNewVmWithAvailabilitySet2 ( )
51
51
{
52
52
ComputeTestController . NewInstance . RunPsTest ( "Test-SimpleNewVmWithAvailabilitySet2" ) ;
@@ -80,7 +80,7 @@ public void TestSimpleNewVmWithDefaultDomainName()
80
80
}
81
81
82
82
[ Fact ]
83
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
83
+ [ Trait ( Category . AcceptanceType , Category . Flaky ) ]
84
84
public void TestSimpleNewVmWithDefaultDomainName2 ( )
85
85
{
86
86
var i = 0 ;
@@ -101,7 +101,7 @@ public void TestSimpleNewVmWithDefaultDomainName2()
101
101
}
102
102
103
103
[ Fact ]
104
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
104
+ [ Trait ( Category . AcceptanceType , Category . Flaky ) ]
105
105
public void TestSimpleNewVmImageName ( )
106
106
{
107
107
ComputeTestController . NewInstance . RunPsTest ( "Test-SimpleNewVmImageName" ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public StrategiesVmssTests(Xunit.Abstractions.ITestOutputHelper output)
27
27
}
28
28
29
29
[ Fact ]
30
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
30
+ [ Trait ( Category . AcceptanceType , Category . Flaky ) ]
31
31
public void TestSimpleNewVmss ( )
32
32
{
33
33
ComputeTestController . NewInstance . RunPsTest ( "Test-SimpleNewVmss" ) ;
You can’t perform that action at this time.
0 commit comments