@@ -18,7 +18,7 @@ namespace Microsoft.WindowsAzure.Commands.ScenarioTest
18
18
{
19
19
public partial class ServiceManagementTests
20
20
{
21
- [ Fact ]
21
+ [ Fact ( Skip = "#115980855" ) ]
22
22
[ Trait ( Category . Service , Category . ServiceManagement ) ]
23
23
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
24
24
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -27,7 +27,7 @@ public void TestGetAzureVM()
27
27
this . RunPowerShellTest ( "Test-GetAzureVM" ) ;
28
28
}
29
29
30
- [ Fact ]
30
+ [ Fact ( Skip = "#115980855" ) ]
31
31
[ Trait ( Category . Service , Category . ServiceManagement ) ]
32
32
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
33
33
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -36,16 +36,16 @@ public void TestGetAzureLocation()
36
36
this . RunPowerShellTest ( "Test-GetAzureLocation" ) ;
37
37
}
38
38
39
- [ Fact ]
39
+ [ Fact ( Skip = "#115980855" ) ]
40
40
[ Trait ( Category . Service , Category . ServiceManagement ) ]
41
41
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
42
42
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
43
43
public void RunServiceManagementCloudExceptionTests ( )
44
44
{
45
45
this . RunPowerShellTest ( "Run-ServiceManagementCloudExceptionTests" ) ;
46
46
}
47
-
48
- [ Fact ]
47
+
48
+ [ Fact ( Skip = "#115980855" ) ]
49
49
[ Trait ( Category . Service , Category . ServiceManagement ) ]
50
50
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
51
51
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -54,7 +54,7 @@ public void RunStartAndStopMultipleVirtualMachinesTest()
54
54
this . RunPowerShellTest ( "Run-StartAndStopMultipleVirtualMachinesTest" ) ;
55
55
}
56
56
57
- [ Fact ]
57
+ [ Fact ( Skip = "#115980855" ) ]
58
58
[ Trait ( Category . Service , Category . ServiceManagement ) ]
59
59
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
60
60
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -63,7 +63,7 @@ public void RunAutoGeneratedHostedServiceCmdletTests()
63
63
this . RunPowerShellTest ( "Run-AutoGeneratedHostedServiceCmdletTests" ) ;
64
64
}
65
65
66
- [ Fact ]
66
+ [ Fact ( Skip = "#115980855" ) ]
67
67
[ Trait ( Category . Service , Category . ServiceManagement ) ]
68
68
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
69
69
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -72,7 +72,7 @@ public void RunAutoGeneratedVirtualMachineCmdletTests()
72
72
this . RunPowerShellTest ( "Run-AutoGeneratedVirtualMachineCmdletTests" ) ;
73
73
}
74
74
75
- [ Fact ]
75
+ [ Fact ( Skip = "#115980855" ) ]
76
76
[ Trait ( Category . Service , Category . ServiceManagement ) ]
77
77
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
78
78
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -81,7 +81,7 @@ public void RunNewAzureComputeArgumentListTests()
81
81
this . RunPowerShellTest ( "Run-NewAzureComputeArgumentListTests" ) ;
82
82
}
83
83
84
- [ Fact ]
84
+ [ Fact ( Skip = "#115980855" ) ]
85
85
[ Trait ( Category . Service , Category . ServiceManagement ) ]
86
86
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
87
87
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -90,7 +90,7 @@ public void RunNewAzureComputeParameterObjectTests()
90
90
this . RunPowerShellTest ( "Run-NewAzureComputeParameterObjectTests" ) ;
91
91
}
92
92
93
- [ Fact ]
93
+ [ Fact ( Skip = "#115980855" ) ]
94
94
[ Trait ( Category . Service , Category . ServiceManagement ) ]
95
95
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
96
96
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -99,7 +99,7 @@ public void RunAzurePlatformVMImageNegativeTest()
99
99
this . RunPowerShellTest ( "Run-AzurePlatformVMImageNegativeTest" ) ;
100
100
}
101
101
102
- [ Fact ]
102
+ [ Fact ( Skip = "#115980855" ) ]
103
103
[ Trait ( Category . Service , Category . ServiceManagement ) ]
104
104
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
105
105
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -108,7 +108,7 @@ public void RunAutoGeneratedServiceExtensionCmdletTests()
108
108
this . RunPowerShellTest ( "Run-AutoGeneratedServiceExtensionCmdletTests" ) ;
109
109
}
110
110
111
- [ Fact ]
111
+ [ Fact ( Skip = "#115980855" ) ]
112
112
[ Trait ( Category . Service , Category . ServiceManagement ) ]
113
113
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
114
114
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -117,7 +117,7 @@ public void RunServiceExtensionSetCmdletTests()
117
117
this . RunPowerShellTest ( "Run-ServiceExtensionSetCmdletTests" ) ;
118
118
}
119
119
120
- [ Fact ]
120
+ [ Fact ( Skip = "#115980855" ) ]
121
121
[ Trait ( Category . Service , Category . ServiceManagement ) ]
122
122
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
123
123
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
@@ -126,7 +126,7 @@ public void RunServiceDeploymentExtensionCmdletTests()
126
126
this . RunPowerShellTest ( "Run-ServiceDeploymentExtensionCmdletTests" ) ;
127
127
}
128
128
129
- [ Fact ]
129
+ [ Fact ( Skip = "#115980855" ) ]
130
130
[ Trait ( Category . Service , Category . ServiceManagement ) ]
131
131
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
132
132
[ Trait ( Category . AcceptanceType , Category . BVT ) ]
0 commit comments