Skip to content

Commit 6f8ccca

Browse files
authored
It seems the test fails on net452 too
1 parent 1521f95 commit 6f8ccca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/WebAppBackupRestoreTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,7 @@ public void TestRestoreDeletedWebAppToExisting()
130130
WebsitesController.NewInstance.RunPsTest(_logger, "Test-RestoreDeletedWebAppToExisting");
131131
}
132132

133-
#if NETSTANDARD
134133
[Fact(Skip = "Failing test, Investigation needed")]
135-
[Trait(Category.RunType, Category.DesktopOnly)]
136-
#else
137-
[Fact]
138-
#endif
139134
[Trait(Category.AcceptanceType, Category.CheckIn)]
140135
public void TestRestoreDeletedWebAppToNew()
141136
{

0 commit comments

Comments
 (0)