We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f219ec5 commit ceeb35bCopy full SHA for ceeb35b
src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/ResourceGroupTests.cs
@@ -95,7 +95,7 @@ public void TestRemoveDeployment()
95
ResourcesController.NewInstance.RunPsTest("Test-RemoveDeployment");
96
}
97
98
- [Fact]
+ [Fact(Skip = "Doesn't add any value. Will improve negative tests in a future release")]
99
public void TestGetNonExistingResourceGroupWithDebugStream()
100
{
101
ResourcesController.NewInstance.RunPsTest("Test-GetNonExistingResourceGroupWithDebugStream");
0 commit comments