Skip to content

Commit f48c8d5

Browse files
authored
Disabled Http2_PingKeepAlive (#45214)
1 parent abc525d commit f48c8d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,7 @@ public static IEnumerable<object[]> KeepAliveTestDataSource()
16571657
[OuterLoop("Significant delay.")]
16581658
[MemberData(nameof(KeepAliveTestDataSource))]
16591659
[ConditionalTheory(nameof(SupportsAlpn))]
1660+
[ActiveIssue("https://github.com/dotnet/runtime/issues/41929")]
16601661
public async Task Http2_PingKeepAlive(TimeSpan keepAlivePingDelay, HttpKeepAlivePingPolicy keepAlivePingPolicy, bool expectRequestFail)
16611662
{
16621663
TimeSpan pingTimeout = TimeSpan.FromSeconds(5);

0 commit comments

Comments
 (0)