Skip to content

Commit f78b48e

Browse files
committed
Makefile: Update the list of slow testsuites
This should help reduce the load in Travis CI or when doing quick testing locally. (cherry picked from commit 57ae905)
1 parent 308f690 commit f78b48e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Makefile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,26 @@ tests:: bats
183183
SLOW_CT_SUITES := backing_queue \
184184
cluster_rename \
185185
clustering_management \
186+
config_schema \
186187
dynamic_ha \
187188
eager_sync \
188189
health_check \
190+
lazy_queue \
191+
metrics \
192+
msg_store \
189193
partitions \
194+
per_user_connection_tracking \
195+
per_vhost_connection_limit \
196+
per_vhost_queue_limit \
197+
policy \
190198
priority_queue \
191199
queue_master_location \
192-
simple_ha
200+
quorum_queue \
201+
rabbit_core_metrics_gc \
202+
simple_ha \
203+
sync_detection \
204+
unit_inbroker_parallel \
205+
vhost
193206
FAST_CT_SUITES := $(filter-out $(sort $(SLOW_CT_SUITES)),$(CT_SUITES))
194207

195208
ct-fast: CT_SUITES = $(FAST_CT_SUITES)

0 commit comments

Comments
 (0)