Skip to content

Commit

Permalink
Revert skipped StackTrace test
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Oct 4, 2016
1 parent 6fe683c commit 7481151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public async Task CompilationFailuresFromViewImportsAreListed()
Assert.Contains(PreserveCompilationContextMessage, content);
}

[Fact(Skip = "Temporarily skipping to workound CoreCLR failure")]
[Fact]
public async Task RuntimeErrorAreListedByErrorPageMiddleware()
{
// The desktop CLR does not correctly read the stack trace from portable PDBs. However generating full pdbs
Expand Down

0 comments on commit 7481151

Please sign in to comment.