From d916cfeaddbda9f17da1998e42af85ec8c8dc3f4 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Fri, 12 May 2017 14:39:19 -0700 Subject: [PATCH] Temporarily skipping error page middleware 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 39c37876bc..2a2dcad250 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() { // Arrange