From c36b89aa165aae7a89d3c7acb9cd4e8dba24bd8d Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Thu, 15 Oct 2015 14:26:10 -0700 Subject: [PATCH] Unskip a test as it has been fixed in dnx --- test/E2ETests/SmokeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/E2ETests/SmokeTests.cs b/test/E2ETests/SmokeTests.cs index 3ae8fca788..458ee2e0df 100644 --- a/test/E2ETests/SmokeTests.cs +++ b/test/E2ETests/SmokeTests.cs @@ -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(