Skip to content

Commit d9c55e8

Browse files
danmoseleykarelz
andauthored
Disable SocketsHttpHandlerTest_Http3_MsQuic.ClientSettingsReceived_Success test (#55811) (#56338)
Started failing too frequently - see #55774 Co-authored-by: Karel Zikmund <karelz@microsoft.com>
1 parent ae00334 commit d9c55e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public HttpClientHandlerTest_Http3(ITestOutputHelper output) : base(output)
2727
}
2828

2929
[Theory]
30+
[ActiveIssue("https://github.com/dotnet/runtime/issues/55774")]
3031
[InlineData(10)] // 2 bytes settings value.
3132
[InlineData(100)] // 4 bytes settings value.
3233
[InlineData(10_000_000)] // 8 bytes settings value.

0 commit comments

Comments
 (0)