Skip to content

Commit a75399f

Browse files
author
Nicholas King
committed
Remove skipped test
1 parent 5fc26d7 commit a75399f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,21 +116,21 @@ public void TestRestoreWebAppSnapshot()
116116
WebsitesController.NewInstance.RunPsTest(_logger, "Test-RestoreWebAppSnapshot");
117117
}
118118

119-
[Fact(Skip="Get-AzDeletedWebApp returning null in recorded tests #9191")]
119+
[Fact]
120120
[Trait(Category.AcceptanceType, Category.CheckIn)]
121121
public void TestGetDeletedWebApp()
122122
{
123123
WebsitesController.NewInstance.RunPsTest(_logger, "Test-GetDeletedWebApp");
124124
}
125125

126-
[Fact(Skip="Get-AzDeletedWebApp returning null in recorded tests #9191")]
126+
[Fact]
127127
[Trait(Category.AcceptanceType, Category.CheckIn)]
128128
public void TestRestoreDeletedWebAppToExisting()
129129
{
130130
WebsitesController.NewInstance.RunPsTest(_logger, "Test-RestoreDeletedWebAppToExisting");
131131
}
132132

133-
[Fact(Skip="Get-AzDeletedWebApp returning null in recorded tests #9191")]
133+
[Fact]
134134
[Trait(Category.AcceptanceType, Category.CheckIn)]
135135
public void TestRestoreDeletedWebAppToNew()
136136
{

0 commit comments

Comments
 (0)