Skip to content

Commit c78a4dd

Browse files
authored
Quarantine ServerReset_BeforeRequestBody_ClientBodyThrows (#23541)
1 parent e1d4728 commit c78a4dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ public async Task ServerReset_AfterTrailers_NoError(string scheme)
696696

697697
[Theory]
698698
[MemberData(nameof(SupportedSchemes))]
699+
[QuarantinedTest]
699700
public async Task ServerReset_BeforeRequestBody_ClientBodyThrows(string scheme)
700701
{
701702
var clientEcho = new TaskCompletionSource<string>(TaskCreationOptions.RunContinuationsAsynchronously);

0 commit comments

Comments
 (0)