Skip to content

Commit 85bd2c9

Browse files
committed
Rebased to latest changes on upstream preview& reenabling test that should now work
1 parent d77e2fc commit 85bd2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void TestCreateNewAppServicePlan()
3838
WebsitesController.NewInstance.RunPsTest(_logger, "Test-CreateNewAppServicePlan");
3939
}
4040

41-
[Fact(Skip = "This passes locally on playback mode. Should be enabled before merging & after common targets starts using the expected Client Runtime, this to test if CI passes without this test")]
41+
[Fact]
4242
[Trait(Category.AcceptanceType, Category.CheckIn)]
4343
public void TestSetAppServicePlan()
4444
{

0 commit comments

Comments
 (0)