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 31d5a5f commit 9364467Copy full SHA for 9364467
src/Servers/Kestrel/Transport.Quic/test/QuicStreamContextTests.cs
@@ -226,6 +226,7 @@ public async Task BidirectionalStream_ServerWritesDataAndDisposes_ClientReadsDat
226
227
[ConditionalFact]
228
[MsQuicSupported]
229
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/59978")]
230
public async Task BidirectionalStream_MultipleStreamsOnConnection_ReusedFromPool()
231
{
232
// Arrange
0 commit comments