Skip to content

Commit 1e5efcb

Browse files
committed
Re-enable the skipped test
1 parent d06481d commit 1e5efcb

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
@@ -74,7 +74,7 @@ public void TestNewDeploymentAndProviderRegistration()
7474
ResourcesController.NewInstance.RunPsTest("Test-NewDeploymentAndProviderRegistration");
7575
}
7676

77-
[Fact(Skip = "Known test failure")]
77+
[Fact]
7878
public void TestNewResourceGroupWithTemplate()
7979
{
8080
ResourcesController.NewInstance.RunPsTest("Test-NewResourceGroupWithTemplateThenGetWithAndWithoutDetails");

0 commit comments

Comments
 (0)