Revert skipped StackTrace test
This commit is contained in:
parent
6fe683c585
commit
7481151086
|
|
@ -88,7 +88,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
|
||||||
Assert.Contains(PreserveCompilationContextMessage, content);
|
Assert.Contains(PreserveCompilationContextMessage, content);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact(Skip = "Temporarily skipping to workound CoreCLR failure")]
|
[Fact]
|
||||||
public async Task RuntimeErrorAreListedByErrorPageMiddleware()
|
public async Task RuntimeErrorAreListedByErrorPageMiddleware()
|
||||||
{
|
{
|
||||||
// The desktop CLR does not correctly read the stack trace from portable PDBs. However generating full pdbs
|
// The desktop CLR does not correctly read the stack trace from portable PDBs. However generating full pdbs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue