Skip to content

Commit

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

Tracking issue #47720
  • Loading branch information
jaredpar committed Sep 15, 2020
1 parent 2f9b858 commit 30ccbde
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 30ccbde

Please sign in to comment.