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 c22f93d commit e11ab24Copy full SHA for e11ab24
src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/WebAppTests.cs
@@ -45,7 +45,7 @@ public void TestCreateNewWebAppHyperV()
45
WebsitesController.NewInstance.RunPsTest(_logger, "Test-CreateNewWebAppHyperV");
46
}
47
48
- [Fact(Skip = "Needs investigation. Passes in payback locally but fails in Travis")]
+ [Fact]
49
[Trait(Category.AcceptanceType, Category.CheckIn)]
50
public void TestEnableContainerContinuousDeploymentAndGetUrl()
51
{
0 commit comments