Skip to content

Commit

Permalink
disable Quic AcceptStream_ConnectionAborted_ByClient_Throws on Linux (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Jul 12, 2021
1 parent 9f98044 commit 3b724ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public async Task TestConnect()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55242", TestPlatforms.Linux)]
public async Task AcceptStream_ConnectionAborted_ByClient_Throws()
{
const int ExpectedErrorCode = 1234;
Expand Down

0 comments on commit 3b724ff

Please sign in to comment.