Skip to content

Commit

Permalink
move Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_Co…
Browse files Browse the repository at this point in the history
…nnectionRemovedAndNewCreated to outerloop (#42051)
  • Loading branch information
wfurt authored Sep 10, 2020
1 parent 9a1df9c commit 449515e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2088,6 +2088,7 @@ public async Task Http2_MultipleConnectionsEnabled_OpenAndCloseMultipleConnectio
}

[ConditionalFact(nameof(SupportsAlpn))]
[OuterLoop("Incurs long delay")]
public async Task Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_ConnectionRemovedAndNewCreated()
{
const int MaxConcurrentStreams = 2;
Expand Down

0 comments on commit 449515e

Please sign in to comment.