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.
2 parents cafcb13 + 6f8ccca commit 2849d6bCopy full SHA for 2849d6b
src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/WebAppBackupRestoreTests.cs
@@ -130,11 +130,11 @@ public void TestRestoreDeletedWebAppToExisting()
130
WebsitesController.NewInstance.RunPsTest(_logger, "Test-RestoreDeletedWebAppToExisting");
131
}
132
133
- [Fact]
+ [Fact(Skip = "Failing test, Investigation needed")]
134
[Trait(Category.AcceptanceType, Category.CheckIn)]
135
public void TestRestoreDeletedWebAppToNew()
136
{
137
WebsitesController.NewInstance.RunPsTest(_logger, "Test-RestoreDeletedWebAppToNew");
138
139
140
-}
+}
0 commit comments