diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2019-01-08 14:19:18 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2019-01-08 14:19:18 +0100 |
| commit | 57ae905cbcbfe11ad0a4b667a5b78773e4bbf893 (patch) | |
| tree | 19358afe6b213b662897ad8af9b0fd54931e2de4 /Makefile | |
| parent | 1e2a202fcba50dcdce33ca363f93dd06fe78ebf9 (diff) | |
| download | rabbitmq-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-- | Makefile | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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) |
