Skip to content

Commit

Permalink
Disable test ResponseCancellation_ServerReceivesCancellation (#56291)
Browse files Browse the repository at this point in the history
Test: System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http3_MsQuic.ResponseCancellation_ServerReceivesCancellation

Disabled test tracked by #56194
  • Loading branch information
karelz authored Jul 26, 2021
1 parent eb4be08 commit 7d45278
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ public enum CancellationType
}

[ConditionalTheory(nameof(IsMsQuicSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/56194")]
[InlineData(CancellationType.Dispose)]
[InlineData(CancellationType.CancellationToken)]
public async Task ResponseCancellation_ServerReceivesCancellation(CancellationType type)
Expand Down

0 comments on commit 7d45278

Please sign in to comment.