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
This commit is contained in:
N. Taylor Mullen 2017-05-10 11:29:48 -07:00
parent cf64b335f6
commit 08965550ad
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(Skip = "https://github.com/aspnet/Mvc/issues/6120")] [Fact]
public async Task RuntimeErrorAreListedByErrorPageMiddleware() public async Task RuntimeErrorAreListedByErrorPageMiddleware()
{ {
// Arrange // Arrange