Skip to content

Commit

Permalink
Disabled Http2_PingKeepAlive (#45460)
Browse files Browse the repository at this point in the history
Co-authored-by: Marie Píchová <[email protected]>
  • Loading branch information
github-actions[bot] and ManickaP authored Jan 15, 2021
1 parent fbbb9a8 commit fc3f6f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,7 @@ public static IEnumerable<object[]> KeepAliveTestDataSource()
[OuterLoop("Significant delay.")]
[MemberData(nameof(KeepAliveTestDataSource))]
[ConditionalTheory(nameof(SupportsAlpn))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/41929")]
public async Task Http2_PingKeepAlive(TimeSpan keepAlivePingDelay, HttpKeepAlivePingPolicy keepAlivePingPolicy, bool expectRequestFail)
{
TimeSpan pingTimeout = TimeSpan.FromSeconds(5);
Expand Down

0 comments on commit fc3f6f1

Please sign in to comment.