File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/ResourceManager/Network/Commands.Network.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,35 +19,35 @@ namespace Commands.Network.Test.ScenarioTests
19
19
{
20
20
public class ExpressRouteCircuitTests : Microsoft . WindowsAzure . Commands . Test . Utilities . Common . RMTestBase
21
21
{
22
- [ Fact ]
22
+ [ Fact ( Skip = "Rerecord tests" ) ]
23
23
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
24
24
public void TestExpressRouteCircuitStageCRUD ( )
25
25
{
26
26
NetworkResourcesController . NewInstance . RunPsTest ( "Test-ExpressRouteCircuitStageCRUD" ) ;
27
27
}
28
28
29
- [ Fact ]
29
+ [ Fact ( Skip = "Rerecord tests" ) ]
30
30
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
31
31
public void TestExpressRouteCircuitCRUD ( )
32
32
{
33
33
NetworkResourcesController . NewInstance . RunPsTest ( "Test-ExpressRouteCircuitCRUD" ) ;
34
34
}
35
35
36
- [ Fact ]
36
+ [ Fact ( Skip = "Rerecord tests" ) ]
37
37
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
38
38
public void TestExpressRouteCircuitPrivatePublicPeeringCRUD ( )
39
39
{
40
40
NetworkResourcesController . NewInstance . RunPsTest ( "Test-ExpressRouteCircuitPrivatePublicPeeringCRUD" ) ;
41
41
}
42
42
43
- [ Fact ]
43
+ [ Fact ( Skip = "Rerecord tests" ) ]
44
44
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
45
45
public void TestExpressRouteCircuitMicrosoftPeeringCRUD ( )
46
46
{
47
47
NetworkResourcesController . NewInstance . RunPsTest ( "Test-ExpressRouteCircuitMicrosoftPeeringCRUD" ) ;
48
48
}
49
49
50
- [ Fact ]
50
+ [ Fact ( Skip = "Rerecord tests" ) ]
51
51
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
52
52
public void TestExpressRouteCircuitAuthorizationCRUD ( )
53
53
{
You can’t perform that action at this time.
0 commit comments