Skip to content

Commit

Permalink
Disable SendStreamLimitRequestsConcurrently_Succeeds
Browse files Browse the repository at this point in the history
Disabled test tracked by #56000
  • Loading branch information
karelz authored Jul 20, 2021
1 parent 85cf53d commit 76446dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public async Task SendMoreThanStreamLimitRequests_Succeeds(int streamLimit)
}

[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/56000")]
[InlineData(10)]
[InlineData(100)]
[InlineData(1000)]
Expand Down

0 comments on commit 76446dd

Please sign in to comment.