summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2019-01-08 14:19:18 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2019-01-08 14:19:18 +0100
commit57ae905cbcbfe11ad0a4b667a5b78773e4bbf893 (patch)
tree19358afe6b213b662897ad8af9b0fd54931e2de4 /Makefile
parent1e2a202fcba50dcdce33ca363f93dd06fe78ebf9 (diff)
downloadrabbitmq-server-git-57ae905cbcbfe11ad0a4b667a5b78773e4bbf893.tar.gz
Makefile: Update the list of slow testsuites
This should help reduce the load in Travis CI or when doing quick testing locally.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 094affc2df..e4b04c93f3 100644
--- a/Makefile
+++ b/Makefile
@@ -188,13 +188,26 @@ tests:: bats
SLOW_CT_SUITES := backing_queue \
cluster_rename \
clustering_management \
+ config_schema \
dynamic_ha \
eager_sync \
health_check \
+ lazy_queue \
+ metrics \
+ msg_store \
partitions \
+ per_user_connection_tracking \
+ per_vhost_connection_limit \
+ per_vhost_queue_limit \
+ policy \
priority_queue \
queue_master_location \
- simple_ha
+ quorum_queue \
+ rabbit_core_metrics_gc \
+ simple_ha \
+ sync_detection \
+ unit_inbroker_parallel \
+ vhost
FAST_CT_SUITES := $(filter-out $(sort $(SLOW_CT_SUITES)),$(CT_SUITES))
ct-fast: CT_SUITES = $(FAST_CT_SUITES)