Skip to content

Commit

Permalink
Merge in 'release/5.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Jan 15, 2021
2 parents 75b9165 + fc3f6f1 commit 8552839
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 8552839

Please sign in to comment.