From 74811510862b007e54ad4f96ebbf2f9801b4a29b Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 4 Oct 2016 10:12:22 -0700 Subject: [PATCH] Revert skipped StackTrace test --- test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs index 7965a01dfb..9f22ca6e2f 100644 --- a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs +++ b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs @@ -88,7 +88,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests Assert.Contains(PreserveCompilationContextMessage, content); } - [Fact(Skip = "Temporarily skipping to workound CoreCLR failure")] + [Fact] public async Task RuntimeErrorAreListedByErrorPageMiddleware() { // The desktop CLR does not correctly read the stack trace from portable PDBs. However generating full pdbs