Skip to content

Commit

Permalink
Disable SocketsHttpHandlerTest_Http3_MsQuic.ClientSettingsReceived_Su…
Browse files Browse the repository at this point in the history
…ccess test (dotnet#55811)

Started failing too frequently - see dotnet#55774
  • Loading branch information
karelz authored and danmoseley committed Jul 26, 2021
1 parent 78c0cb4 commit 7b28d75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public HttpClientHandlerTest_Http3(ITestOutputHelper output) : base(output)
}

[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55774")]
[InlineData(10)] // 2 bytes settings value.
[InlineData(100)] // 4 bytes settings value.
[InlineData(10_000_000)] // 8 bytes settings value.
Expand Down

0 comments on commit 7b28d75

Please sign in to comment.