Skip to content

Commit 8aaf538

Browse files
dcorbachodumbbell
authored andcommitted
Rename suites and run testscases in parallel
References #1136 [#136613953]
1 parent b053cc8 commit 8aaf538

File tree

6 files changed

+80
-74
lines changed

6 files changed

+80
-74
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ ERLANG_MK_COMMIT = rabbitmq-tmp
145145
include rabbitmq-components.mk
146146
include erlang.mk
147147

148-
SLOW_CT_SUITES := $(sort cluster_rename clustering_management dynamic_ha eager_sync health_check partitions priority_queue simple_ha queue_master_location unit_inbroker_backing_queue)
148+
SLOW_CT_SUITES := $(sort cluster_rename clustering_management dynamic_ha eager_sync health_check partitions priority_queue simple_ha queue_master_location backing_queue)
149149
FAST_CT_SUITES := $(filter-out $(SLOW_CT_SUITES),$(CT_SUITES))
150150

151151
ct-fast: CT_SUITES = $(FAST_CT_SUITES)

0 commit comments

Comments
 (0)