File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Compute/Commands.Compute.Test/ScenarioTests
Network/Commands.Network.Test/ScenarioTests
Resources/Commands.Resources.Test/ScenarioTests Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ public AEMExtensionTests(Xunit.Abstractions.ITestOutputHelper output)
24
24
ServiceManagemenet . Common . Models . XunitTracingInterceptor . AddToContext ( new ServiceManagemenet . Common . Models . XunitTracingInterceptor ( output ) ) ;
25
25
}
26
26
27
- [ Fact ]
27
+ [ Fact ( Skip = "Need service team to re-record test after changes to the ClientRuntime." ) ]
28
+ [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
28
29
public void TestAEMExtensionBasicWindowsWAD ( )
29
30
{
30
31
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionBasicWindowsWAD" ) ;
@@ -58,7 +59,8 @@ public void TestAEMExtensionAdvancedWindowsWAD()
58
59
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionAdvancedWindowsWAD" ) ;
59
60
}
60
61
61
- [ Fact ]
62
+ [ Fact ( Skip = "Need service team to re-record test after changes to the ClientRuntime." ) ]
63
+ [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
62
64
public void TestAEMExtensionAdvancedWindows ( )
63
65
{
64
66
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionAdvancedWindows" ) ;
@@ -78,7 +80,8 @@ public void TestAEMExtensionAdvancedLinux()
78
80
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionAdvancedLinux" ) ;
79
81
}
80
82
81
- [ Fact ]
83
+ [ Fact ( Skip = "Need service team to re-record test after changes to the ClientRuntime." ) ]
84
+ [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
82
85
public void TestAEMExtensionAdvancedWindowsMD ( )
83
86
{
84
87
ComputeTestController . NewInstance . RunPsTest ( "Test-AEMExtensionAdvancedWindowsMD" ) ;
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ public void VirtualNetworkGatewayActiveActiveFeatureTest()
60
60
NetworkResourcesController . NewInstance . RunPsTest ( "Test-VirtualNetworkGatewayActiveActiveFeatureOperations" ) ;
61
61
}
62
62
63
- [ Fact ]
63
+ [ Fact ( Skip = "Need service team to re-record test after changes to the ClientRuntime." ) ]
64
+ [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
64
65
public void VirtualNetworkGatewayRouteApiTest ( )
65
66
{
66
67
NetworkResourcesController . NewInstance . RunPsTest ( "Test-VirtualNetworkGatewayBgpRouteApi" ) ;
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ public void TestNewDeploymentFromTemplateFile()
40
40
ResourcesController . NewInstance . RunPsTest ( "Test-NewDeploymentFromTemplateFile" ) ;
41
41
}
42
42
43
- [ Fact ]
43
+ [ Fact ( Skip = "Need service team to re-record test after changes to the ClientRuntime." ) ]
44
+ [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
44
45
public void TestNestedDeploymentFromTemplateFile ( )
45
46
{
46
47
ResourcesController . NewInstance . RunPsTest ( "Test-NestedDeploymentFromTemplateFile" ) ;
@@ -54,7 +55,8 @@ public void TestCrossResourceGroupDeploymentFromTemplateFile()
54
55
ResourcesController . NewInstance . RunPsTest ( "Test-CrossResourceGroupDeploymentFromTemplateFile" ) ;
55
56
}
56
57
57
- [ Fact ]
58
+ [ Fact ( Skip = "Need service team to re-record test after changes to the ClientRuntime." ) ]
59
+ [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
58
60
public void TestSaveDeploymentTemplateFile ( )
59
61
{
60
62
ResourcesController . NewInstance . RunPsTest ( "Test-SaveDeploymentTemplateFile" ) ;
@@ -73,7 +75,8 @@ public void TestNewDeploymentWithKeyVaultReference()
73
75
ResourcesController . NewInstance . RunPsTest ( "Test-NewDeploymentWithKeyVaultReference" ) ;
74
76
}
75
77
76
- [ Fact ]
78
+ [ Fact ( Skip = "Need service team to re-record test after changes to the ClientRuntime." ) ]
79
+ [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
77
80
public void TestNewDeploymentWithComplexPramaters ( )
78
81
{
79
82
ResourcesController . NewInstance . RunPsTest ( "Test-NewDeploymentWithComplexPramaters" ) ;
Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ public void TestNewDeploymentAndProviderRegistration()
103
103
ResourcesController . NewInstance . RunPsTest ( "Test-NewDeploymentAndProviderRegistration" ) ;
104
104
}
105
105
106
- [ Fact ]
106
+ [ Fact ( Skip = "Need service team to re-record test after changes to the ClientRuntime." ) ]
107
+ [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
107
108
public void TestRemoveDeployment ( )
108
109
{
109
110
ResourcesController . NewInstance . RunPsTest ( "Test-RemoveDeployment" ) ;
You can’t perform that action at this time.
0 commit comments