Skip to content

Commit 95bc200

Browse files
Quarantine BidirectionalStream_MultipleStreamsOnConnection_ReusedFromPool (#59979)
1 parent df7b408 commit 95bc200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Servers/Kestrel/Transport.Quic/test/QuicStreamContextTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public async Task BidirectionalStream_ServerWritesDataAndDisposes_ClientReadsDat
226226

227227
[ConditionalFact]
228228
[MsQuicSupported]
229+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/59978")]
229230
public async Task BidirectionalStream_MultipleStreamsOnConnection_ReusedFromPool()
230231
{
231232
// Arrange

0 commit comments

Comments
 (0)