Revert "Temporarily skipping error page middleware test"
This reverts commit d916cfeadd.
This commit is contained in:
parent
e681c23d5c
commit
3c7a2dc847
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue