Skip to content

Commit

Permalink
Disable test ResponseCancellation_BothCancellationTokenAndDispose_Suc…
Browse files Browse the repository at this point in the history
…cess (dotnet#56266)
  • Loading branch information
karelz committed Jul 25, 2021
1 parent 003e09e commit beaa506
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ public async Task ResponseCancellation_ServerReceivesCancellation(CancellationTy
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/56265")]
public async Task ResponseCancellation_BothCancellationTokenAndDispose_Success()
{
if (UseQuicImplementationProvider != QuicImplementationProviders.MsQuic)
Expand Down

0 comments on commit beaa506

Please sign in to comment.