File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/Network/Network.Test/ScenarioTests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public AzureFirewallFqdnTagTests(ITestOutputHelper output)
27
27
{
28
28
}
29
29
30
- [ Fact ]
30
+ [ Fact ( Skip = "" ) ]
31
31
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
32
32
[ Trait ( Category . Owner , NrpTeamAlias . azurefirewall ) ]
33
33
public void TestListAzureFirewallFqdnTag ( )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public AzureFirewallPolicyTests(ITestOutputHelper output)
26
26
{
27
27
}
28
28
29
- [ Fact ]
29
+ [ Fact ( Skip = "" ) ]
30
30
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
31
31
[ Trait ( Category . Owner , NrpTeamAlias . azurefirewall ) ]
32
32
public void TestAzureFirewallPolicyCRUD ( )
Original file line number Diff line number Diff line change @@ -42,23 +42,23 @@ public void TestAzureFirewallCRUDWithZones()
42
42
TestRunner . RunTestScript ( "Test-AzureFirewallCRUDWithZones" ) ;
43
43
}
44
44
45
- [ Fact ]
45
+ [ Fact ( Skip = "" ) ]
46
46
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
47
47
[ Trait ( Category . Owner , NrpTeamAlias . azurefirewall ) ]
48
48
public void TestAzureFirewallPIPAndVNETObjectTypeParams ( )
49
49
{
50
50
TestRunner . RunTestScript ( "Test-AzureFirewallPIPAndVNETObjectTypeParams" ) ;
51
51
}
52
52
53
- [ Fact ]
53
+ [ Fact ( Skip = "" ) ]
54
54
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
55
55
[ Trait ( Category . Owner , NrpTeamAlias . azurefirewall ) ]
56
56
public void TestAzureFirewallAllocateAndDeallocate ( )
57
57
{
58
58
TestRunner . RunTestScript ( "Test-AzureFirewallAllocateAndDeallocate" ) ;
59
59
}
60
60
61
- [ Fact ]
61
+ [ Fact ( Skip = "" ) ]
62
62
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
63
63
[ Trait ( Category . Owner , NrpTeamAlias . azurefirewall ) ]
64
64
public void TestAzureFirewallVirtualHubCRUD ( )
You can’t perform that action at this time.
0 commit comments