File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/ResourceManager/Network/Commands.Network.Test/ScenarioTests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ namespace Commands.Network.Test.ScenarioTests
19
19
{
20
20
public class VirtualNetworkGatewayConnectionTests : 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 TestVirtualNetworkGatewayConnectionCRUD ( )
25
25
{
26
26
NetworkResourcesController . NewInstance . RunPsTest ( "Test-VirtualNetworkGatewayConnectionCRUD" ) ;
27
27
}
28
28
29
- [ Fact ]
29
+ [ Fact ( Skip = "Rerecord tests" ) ]
30
30
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
31
31
public void TestVirtualNetworkGatewayConnectionSharedKeyCRUD ( )
32
32
{
@@ -40,7 +40,7 @@ public void TestVirtualNetworkeExpressRouteGatewayConnectionCRUD()
40
40
NetworkResourcesController . NewInstance . RunPsTest ( "Test-VirtualNetworkeExpressRouteGatewayConnectionCRUD" ) ;
41
41
}
42
42
43
- [ Fact ]
43
+ [ Fact ( Skip = "Rerecord tests" ) ]
44
44
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
45
45
public void TestVirtualNetworkGatewayConnectionWithBgpCRUD ( )
46
46
{
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace Commands.Network.Test.ScenarioTests
19
19
{
20
20
public class VirtualNetworkGatewayTests : 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 TestVirtualNetworkExpressRouteGatewayCRUD ( )
25
25
{
You can’t perform that action at this time.
0 commit comments