Skip to content

Commit e82ed8a

Browse files
committed
Merge branch 'dev' into feature/allanbo/appgwwaf
2 parents 9afb472 + 9826270 commit e82ed8a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestVirtualMachineSingleNetworkInterface.json">
398398
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
399399
</None>
400-
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestVirtualMachineSingleNetworkInterfaceWithAcceleratedNetworking.json">
400+
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestSingleNetworkInterfaceWithAcceleratedNetworking.json">
401401
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
402402
</None>
403403
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestVMNicWithAcceleratedNetworkingValidations.json">

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineNetworkInterfaceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void TestEffectiveRoutesAndNsg()
6262

6363
[Fact]
6464
[Trait(Category.AcceptanceType, Category.CheckIn)]
65-
public void TestVirtualMachineSingleNetworkInterfaceWithAcceleratedNetworking()
65+
public void TestSingleNetworkInterfaceWithAcceleratedNetworking()
6666
{
6767
ComputeTestController.NewInstance.RunPsTest("Test-SingleNetworkInterfaceWithAcceleratedNetworking");
6868
}

tools/StaticAnalysis/StaticAnalysis.Test/SignatureVerifierTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public SignatureVerifierTests()
3838
/// <summary>
3939
///
4040
/// </summary>
41-
[Fact]
41+
[Fact(Skip = "See Azure PowerShell issue #2987 - https://github.com/Azure/azure-powershell/issues/2987")]
4242
public void AddVerbWithoutSupportsShouldProcessParameter()
4343
{
4444
cmdletSignatureVerifier.Analyze(
@@ -68,7 +68,7 @@ public void AddVerbWithSupportsShouldProcessParameter()
6868

6969
#region ForceSwitch and SupportsShouldProcess
7070

71-
[Fact]
71+
[Fact(Skip = "See Azure PowerShell issue #2987 - https://github.com/Azure/azure-powershell/issues/2987")]
7272
public void ForceParameterWithoutSupportsShouldProcess()
7373
{
7474
cmdletSignatureVerifier.Analyze(
@@ -108,7 +108,7 @@ public void ConfirmImpactWithSupportsShouldProcess()
108108
Assert.True(testReport.ProblemIdList.Count == 0);
109109
}
110110

111-
[Fact]
111+
[Fact(Skip = "See Azure PowerShell issue #2987 - https://github.com/Azure/azure-powershell/issues/2987")]
112112
public void ConfirmImpactWithoutSupportsShouldProcess()
113113
{
114114
cmdletSignatureVerifier.Analyze(
@@ -136,7 +136,7 @@ public void ShouldContinueVerbWithForceSwitch()
136136
Assert.True(testReport.ProblemIdList.Count == 0);
137137
}
138138

139-
[Fact]
139+
[Fact(Skip = "See Azure PowerShell issue #2987 - https://github.com/Azure/azure-powershell/issues/2987")]
140140
public void ShouldContinueVerbWithoutForceSwitch()
141141
{
142142
cmdletSignatureVerifier.Analyze(

0 commit comments

Comments
 (0)