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:
parent
cf64b335f6
commit
08965550ad
|
|
@ -91,7 +91,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
|
|||
Assert.Contains(expectedCompilationContent, content);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/Mvc/issues/6120")]
|
||||
[Fact]
|
||||
public async Task RuntimeErrorAreListedByErrorPageMiddleware()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
Loading…
Reference in New Issue