Unskip a test as it has been fixed in dnx

This commit is contained in:
Kiran Challa 2015-10-15 14:26:10 -07:00
parent dbe4327932
commit c36b89aa16
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace E2ETests
await smokeTestRunner.SmokeTestSuite(serverType, runtimeFlavor, architecture, applicationBaseUrl);
}
[ConditionalTheory(Skip = "Bug: https://github.com/dotnet/coreclr/issues/1752"), Trait("E2Etests", "E2Etests")]
[ConditionalTheory, Trait("E2Etests", "E2Etests")]
[OSSkipCondition(OperatingSystems.Windows)]
[InlineData(ServerType.Kestrel, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64, "http://localhost:5011/")]
public async Task NonWindowsOS(