Update rabbitmq-diagnostics {drain, revive} tests
to enable the feature flag they depend for their functionality.
This commit is contained in:
parent
8d8b67bb34
commit
6ad235cc64
|
|
@ -23,6 +23,8 @@ defmodule DrainCommandTest do
|
|||
end
|
||||
|
||||
setup context do
|
||||
enable_feature_flag(:maintenance_mode)
|
||||
|
||||
{:ok, opts: %{
|
||||
node: get_rabbit_hostname(),
|
||||
timeout: context[:test_timeout] || 5000
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ defmodule ReviveCommandTest do
|
|||
end
|
||||
|
||||
setup context do
|
||||
enable_feature_flag(:maintenance_mode)
|
||||
|
||||
{:ok, opts: %{
|
||||
node: get_rabbit_hostname(),
|
||||
timeout: context[:test_timeout] || 5000
|
||||
|
|
|
|||
Loading…
Reference in New Issue