Skip to content

Commit 0aa423d

Browse files
committed
Update
1 parent 175ce09 commit 0aa423d

File tree

4 files changed

+2700
-128
lines changed

4 files changed

+2700
-128
lines changed

src/Network/Network.Test/ScenarioTests/NetworkWatcherAPITests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void TestGetTopology()
3333
TestRunner.RunTestScript("Test-GetTopology");
3434
}
3535

36-
[Fact]
36+
[Fact(Skip = "Skipped due to backend issues")]
3737
[Trait(Category.AcceptanceType, Category.CheckIn)]
3838
[Trait(Category.Owner, NrpTeamAlias.netanalyticsdev)]
3939
public void TestGetSecurityGroupView()

src/Network/Network.Test/ScenarioTests/PrivateLinkServiceTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function Test-PrivateEndpointConnectionCRUD
127127
# Setup
128128
$rgname = Get-ResourceGroupName;
129129
$rname = Get-ResourceName;
130-
$location = Get-ProviderLocation "Microsoft.Network/privateLinkServices" "westus2";
130+
$location = Get-ProviderLocation "Microsoft.Network/privateLinkServices" "eastus2";
131131
# Dependency parameters
132132
$IpConfigurationName = "IpConfigurationName";
133133
$vnetName = Get-ResourceName;

src/Network/Network.Test/ScenarioTests/VirtualNetworkGatewayTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void TestVirtualNetworKGatewayPacketCapture()
132132
TestRunner.RunTestScript("Test-VirtualNetworKGatewayPacketCapture");
133133
}
134134

135-
[Fact]
135+
[Fact(Skip = "Skipped due to intermittent backend failures")]
136136
[Trait(Category.AcceptanceType, Category.CheckIn)]
137137
[Trait(Category.Owner, NrpTeamAlias.brooklynft_subset5)]
138138
public void TestDisconnectVirtualNetworkGatewayVpnConnection()

src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.PrivateLinkServiceTests/TestPrivateEndpointConnectionCRUD.json

Lines changed: 2697 additions & 125 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)