We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa8aa0 commit 4f38854Copy full SHA for 4f38854
src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs
@@ -960,6 +960,7 @@ await ServerRetryHelper.BindPortsWithRetry(async port =>
960
[MsQuicSupported]
961
[InlineData(HttpProtocols.Http3)]
962
[InlineData(HttpProtocols.Http2)]
963
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/38008")]
964
public async Task POST_ClientCancellationBidirectional_RequestAbortRaised(HttpProtocols protocol)
965
{
966
// Arrange
0 commit comments