Revert "Temporarily skipping error page middleware test"

This reverts commit d916cfeadd.
This commit is contained in:
Kiran Challa 2017-05-23 13:23:28 -07:00
parent e681c23d5c
commit 3c7a2dc847
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