diff options
| -rw-r--r-- | Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -197,29 +197,43 @@ bats: $(BATS) tests:: bats SLOW_CT_SUITES := backing_queue \ + channel_interceptor \ + cluster \ cluster_rename \ clustering_management \ config_schema \ + confirms_rejects \ + consumer_timeout \ + crashing_queues \ dynamic_ha \ + dynamic_qq \ eager_sync \ feature_flags \ health_check \ lazy_queue \ + many_node_ha \ metrics \ msg_store \ partitions \ per_user_connection_tracking \ per_vhost_connection_limit \ + per_vhost_connection_limit_partitions \ per_vhost_msg_store \ per_vhost_queue_limit \ policy \ priority_queue \ + priority_queue_recovery \ + publisher_confirms_parallel \ queue_master_location \ + queue_parallel \ quorum_queue \ rabbit_core_metrics_gc \ rabbit_fifo_prop \ + rabbitmq_queues_cli_integration \ + rabbitmqctl_integration \ simple_ha \ sync_detection \ + unit_inbroker_non_parallel \ unit_inbroker_parallel \ vhost FAST_CT_SUITES := $(filter-out $(sort $(SLOW_CT_SUITES)),$(CT_SUITES)) |
