rabbitmq_consistent_hash_exchange: Remove shard count for test suite

Without buildbuddy for parallelization and with the change in the parent
commit to reduce the number of cases, the suite now runs fast enough
that sharding is counterproductive.
This commit is contained in:
Michael Davis 2024-07-10 13:16:26 -04:00
parent 56bbf3760d
commit 95279a31ec
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ broker_for_integration_suites()
rabbitmq_integration_suite(
name = "rabbit_exchange_type_consistent_hash_SUITE",
shard_count = 7,
runtime_deps = [
"//deps/rabbitmq_amqp_client:erlang_app",
],