Skip to content

Commit ceeb35b

Browse files
committed
Skip the negaative test
1 parent f219ec5 commit ceeb35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/ResourceGroupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void TestRemoveDeployment()
9595
ResourcesController.NewInstance.RunPsTest("Test-RemoveDeployment");
9696
}
9797

98-
[Fact]
98+
[Fact(Skip = "Doesn't add any value. Will improve negative tests in a future release")]
9999
public void TestGetNonExistingResourceGroupWithDebugStream()
100100
{
101101
ResourcesController.NewInstance.RunPsTest("Test-GetNonExistingResourceGroupWithDebugStream");

0 commit comments

Comments
 (0)