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 1521f95 commit 6f8cccaCopy full SHA for 6f8ccca
src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/WebAppBackupRestoreTests.cs
@@ -130,12 +130,7 @@ public void TestRestoreDeletedWebAppToExisting()
130
WebsitesController.NewInstance.RunPsTest(_logger, "Test-RestoreDeletedWebAppToExisting");
131
}
132
133
-#if NETSTANDARD
134
[Fact(Skip = "Failing test, Investigation needed")]
135
- [Trait(Category.RunType, Category.DesktopOnly)]
136
-#else
137
- [Fact]
138
-#endif
139
[Trait(Category.AcceptanceType, Category.CheckIn)]
140
public void TestRestoreDeletedWebAppToNew()
141
{
0 commit comments