Skip to content

Commit 8552839

Browse files
committed
Merge in 'release/5.0' changes
2 parents 75b9165 + fc3f6f1 commit 8552839

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)