Temporarily skipping error page middleware test

This commit is contained in:
Kiran Challa 2017-05-12 14:39:19 -07:00
parent b758a86a38
commit d916cfeadd
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
Assert.Contains(expectedCompilationContent, content); Assert.Contains(expectedCompilationContent, content);
} }
[Fact] [Fact(Skip = "https://github.com/aspnet/Mvc/issues/6120")]
public async Task RuntimeErrorAreListedByErrorPageMiddleware() public async Task RuntimeErrorAreListedByErrorPageMiddleware()
{ {
// Arrange // Arrange