Skip to content

Commit 8a89f6e

Browse files
committed
Skipping unmodified tests for recording
1 parent 0484c2e commit 8a89f6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Network/Network.Test/ScenarioTests/AzureFirewallFqdnTagTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public AzureFirewallFqdnTagTests(ITestOutputHelper output)
2727
{
2828
}
2929

30-
[Fact]
30+
[Fact(Skip = "")]
3131
[Trait(Category.AcceptanceType, Category.CheckIn)]
3232
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
3333
public void TestListAzureFirewallFqdnTag()

src/Network/Network.Test/ScenarioTests/AzureFirewallPolicyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public AzureFirewallPolicyTests(ITestOutputHelper output)
2626
{
2727
}
2828

29-
[Fact]
29+
[Fact(Skip = "")]
3030
[Trait(Category.AcceptanceType, Category.CheckIn)]
3131
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
3232
public void TestAzureFirewallPolicyCRUD()

src/Network/Network.Test/ScenarioTests/AzureFirewallTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ public void TestAzureFirewallCRUDWithZones()
4242
TestRunner.RunTestScript("Test-AzureFirewallCRUDWithZones");
4343
}
4444

45-
[Fact]
45+
[Fact(Skip ="")]
4646
[Trait(Category.AcceptanceType, Category.CheckIn)]
4747
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
4848
public void TestAzureFirewallPIPAndVNETObjectTypeParams()
4949
{
5050
TestRunner.RunTestScript("Test-AzureFirewallPIPAndVNETObjectTypeParams");
5151
}
5252

53-
[Fact]
53+
[Fact(Skip = "")]
5454
[Trait(Category.AcceptanceType, Category.CheckIn)]
5555
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
5656
public void TestAzureFirewallAllocateAndDeallocate()
5757
{
5858
TestRunner.RunTestScript("Test-AzureFirewallAllocateAndDeallocate");
5959
}
6060

61-
[Fact]
61+
[Fact(Skip = "")]
6262
[Trait(Category.AcceptanceType, Category.CheckIn)]
6363
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
6464
public void TestAzureFirewallVirtualHubCRUD()

0 commit comments

Comments
 (0)