Skip to content

Commit 3b724ff

Browse files
authored
disable Quic AcceptStream_ConnectionAborted_ByClient_Throws on Linux (#55481)
1 parent 9f98044 commit 3b724ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Net.Quic/tests/FunctionalTests/QuicConnectionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public async Task TestConnect()
3636
}
3737

3838
[Fact]
39+
[ActiveIssue("https://github.com/dotnet/runtime/issues/55242", TestPlatforms.Linux)]
3940
public async Task AcceptStream_ConnectionAborted_ByClient_Throws()
4041
{
4142
const int ExpectedErrorCode = 1234;

0 commit comments

Comments
 (0)