Skip to content

Commit

Permalink
Disabled Http2_PingKeepAlive (#45214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP authored Nov 25, 2020
1 parent abc525d commit f48c8d5
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 f48c8d5

Please sign in to comment.