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 9f98044 commit 3b724ffCopy full SHA for 3b724ff
src/libraries/System.Net.Quic/tests/FunctionalTests/QuicConnectionTests.cs
@@ -36,6 +36,7 @@ public async Task TestConnect()
36
}
37
38
[Fact]
39
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/55242", TestPlatforms.Linux)]
40
public async Task AcceptStream_ConnectionAborted_ByClient_Throws()
41
{
42
const int ExpectedErrorCode = 1234;
0 commit comments