Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 28, 2025
1 parent c4c722f commit 1ae1c0f
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 @@ -295,7 +295,10 @@ grpc_core_end2end_test(name = "no_logging")

grpc_core_end2end_test(name = "no_op")

grpc_core_end2end_test(name = "payload")
grpc_core_end2end_test(
name = "payload",
shard_count = 10,
)

grpc_core_end2end_test(name = "ping")

Expand Down

0 comments on commit 1ae1c0f

Please sign in to comment.