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 0ecd44b commit 385bd93Copy full SHA for 385bd93
src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs
@@ -689,6 +689,7 @@ public async Task ServerReset_AfterTrailers_NoError(string scheme)
689
await host.StopAsync().DefaultTimeout();
690
}
691
692
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/46717")]
693
[Theory]
694
[MemberData(nameof(SupportedSchemes))]
695
public async Task ServerReset_BeforeRequestBody_ClientBodyThrows(string scheme)
0 commit comments