From 08965550addf660ad1ec43d32c93987eb205192e Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 10 May 2017 11:29:48 -0700 Subject: [PATCH] Re-enable error page runtime test. - This was previously broken due to the shared framework not being able to find the file responsible for an exception. #6120 --- 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 2a2dcad250..39c37876bc 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(Skip = "https://github.com/aspnet/Mvc/issues/6120")] + [Fact] public async Task RuntimeErrorAreListedByErrorPageMiddleware() { // Arrange