Skip to content

Commit

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

Started failing too frequently - see #55774
  • Loading branch information
karelz committed Jul 16, 2021
1 parent f59a132 commit 87a2b50
Showing 1 changed file with 1 addition and 0 deletions.
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 87a2b50

Please sign in to comment.