Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 19, 2025
1 parent d68d1fa commit 9f8245b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/core/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ grpc_core_end2end_test(
shard_count = 5,
)

grpc_core_end2end_test(name = "max_concurrent_streams")
grpc_core_end2end_test(
name = "max_concurrent_streams",
shard_count = 5,
)

grpc_core_end2end_test(name = "max_connection_age")

Expand Down

0 comments on commit 9f8245b

Please sign in to comment.