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