test: fix auto_subscribe test case
This commit is contained in:
parent
f9aba61dbb
commit
9d96d3d10a
|
@ -85,7 +85,8 @@ init_per_suite(Config) ->
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}">>),
|
}">>),
|
||||||
emqx_common_test_helpers:start_apps([emqx_dashboard, emqx_conf, ?APP], fun set_special_configs/1),
|
emqx_common_test_helpers:start_apps([emqx_conf, emqx_dashboard, ?APP],
|
||||||
|
fun set_special_configs/1),
|
||||||
Config.
|
Config.
|
||||||
|
|
||||||
set_special_configs(emqx_dashboard) ->
|
set_special_configs(emqx_dashboard) ->
|
||||||
|
|
|
@ -59,9 +59,6 @@ fi
|
||||||
APPS_ALL="$(echo -e "${CE}\n${EE}")"
|
APPS_ALL="$(echo -e "${CE}\n${EE}")"
|
||||||
APPS_DOCKER_CT="$(grep -v -E '^#.*' scripts/docker-ct-apps)"
|
APPS_DOCKER_CT="$(grep -v -E '^#.*' scripts/docker-ct-apps)"
|
||||||
|
|
||||||
# TODO: fix the tests!
|
|
||||||
APPS_ALL=("${APPS_ALL[@]/"apps/emqx_auto_subscribe"}")
|
|
||||||
|
|
||||||
# shellcheck disable=SC2068
|
# shellcheck disable=SC2068
|
||||||
for app in ${APPS_DOCKER_CT[@]}; do
|
for app in ${APPS_DOCKER_CT[@]}; do
|
||||||
APPS_ALL=("${APPS_ALL[@]/$app}")
|
APPS_ALL=("${APPS_ALL[@]/$app}")
|
||||||
|
|
Loading…
Reference in New Issue