Skip to content

Commit

Permalink
Disable TestCancellation
Browse files Browse the repository at this point in the history
This test is hanging on test runs.

Tracking issue dotnet#47720
  • Loading branch information
jaredpar committed Sep 15, 2020
1 parent a2feb62 commit 7d10649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ End Sub
}
}

[Fact, Trait(Traits.Feature, Traits.Features.RemoteHost)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/47720"), Trait(Traits.Feature, Traits.Features.RemoteHost)]
public async Task TestCancellation()
{
var code = @"class Test { void Method() { } }";
Expand Down

0 comments on commit 7d10649

Please sign in to comment.