We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308f690 commit f78b48eCopy full SHA for f78b48e
Makefile
@@ -183,13 +183,26 @@ tests:: bats
183
SLOW_CT_SUITES := backing_queue \
184
cluster_rename \
185
clustering_management \
186
+ config_schema \
187
dynamic_ha \
188
eager_sync \
189
health_check \
190
+ lazy_queue \
191
+ metrics \
192
+ msg_store \
193
partitions \
194
+ per_user_connection_tracking \
195
+ per_vhost_connection_limit \
196
+ per_vhost_queue_limit \
197
+ policy \
198
priority_queue \
199
queue_master_location \
- simple_ha
200
+ quorum_queue \
201
+ rabbit_core_metrics_gc \
202
+ simple_ha \
203
+ sync_detection \
204
+ unit_inbroker_parallel \
205
+ vhost
206
FAST_CT_SUITES := $(filter-out $(sort $(SLOW_CT_SUITES)),$(CT_SUITES))
207
208
ct-fast: CT_SUITES = $(FAST_CT_SUITES)
0 commit comments