Skip to content

Commit e11ab24

Browse files
author
Vini Soto
committed
un-skippinf test for continuous deployment URL
1 parent c22f93d commit e11ab24

File tree

1 file changed

+1
-1
lines changed
  • src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void TestCreateNewWebAppHyperV()
4545
WebsitesController.NewInstance.RunPsTest(_logger, "Test-CreateNewWebAppHyperV");
4646
}
4747

48-
[Fact(Skip = "Needs investigation. Passes in payback locally but fails in Travis")]
48+
[Fact]
4949
[Trait(Category.AcceptanceType, Category.CheckIn)]
5050
public void TestEnableContainerContinuousDeploymentAndGetUrl()
5151
{

0 commit comments

Comments
 (0)