Skip to content

Commit 8fef06f

Browse files
committed
tests
1 parent e249956 commit 8fef06f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/rabbit/test/rabbit_stream_queue_SUITE.erl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ init_per_group1(Group, Config) ->
236236
_ ->
237237
Config1
238238
end,
239-
Ret = rabbit_ct_helpers:run_steps(Config1b,
239+
Config1c = rabbit_ct_helpers:merge_app_env(
240+
Config1b, {rabbit, [{forced_feature_flags_on_init, []}]}),
241+
Ret = rabbit_ct_helpers:run_steps(Config1c,
240242
[fun merge_app_env/1 ] ++
241243
rabbit_ct_broker_helpers:setup_steps()),
242244
case Ret of

0 commit comments

Comments
 (0)