File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/ResourceManager/Network/Commands.Network.Test/ScenarioTests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ public void TestExpressRouteRouteFilterCRUD()
86
86
}
87
87
88
88
// [Fact(Skip = "Express Route Circuits need to be manually provisioned by Service Providers and the whole setup can't be automated.")]
89
+ [ Fact ]
89
90
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
90
91
[ Trait ( Category . Owner , Category . pgtm ) ]
91
92
public void TestExpressRouteCircuitConnectionCRUD ( )
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ function Test-ExpressRouteCircuitConnectionCRUD
642
642
Assert-AreEqual true $deleteinit
643
643
644
644
$deletepeer = Remove-AzureRmExpressRouteCircuit - ResourceGroupName $rgname - name $peerCircuitName - PassThru - Force
645
- Assert-AreEqual true $deleteinit
645
+ Assert-AreEqual true $deletepeer
646
646
647
647
$list = Get-AzureRmExpressRouteCircuit - ResourceGroupName $rgname
648
648
Assert-AreEqual 0 @ ($list ).Count
You can’t perform that action at this time.
0 commit comments