diff --git a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs index e0d196b986..8e302a7d84 100644 --- a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs +++ b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs @@ -91,7 +91,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests Assert.Contains(expectedCompilationContent, content); } - [Fact] + [Fact(Skip = "https://github.com/aspnet/Mvc/issues/6120")] public async Task RuntimeErrorAreListedByErrorPageMiddleware() { // The desktop CLR does not correctly read the stack trace from portable PDBs. However generating full pdbs