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 e1d4728 commit c78a4ddCopy full SHA for c78a4dd
src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs
@@ -696,6 +696,7 @@ public async Task ServerReset_AfterTrailers_NoError(string scheme)
696
697
[Theory]
698
[MemberData(nameof(SupportedSchemes))]
699
+ [QuarantinedTest]
700
public async Task ServerReset_BeforeRequestBody_ClientBodyThrows(string scheme)
701
{
702
var clientEcho = new TaskCompletionSource<string>(TaskCreationOptions.RunContinuationsAsynchronously);
0 commit comments