test: fix auto_subscribe test case

This commit is contained in:
Zaiming (Stone) Shi 2022-03-15 14:29:10 +01:00
parent f9aba61dbb
commit 9d96d3d10a
2 changed files with 2 additions and 4 deletions

View File

@ -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.
set_special_configs(emqx_dashboard) ->

View File

@ -59,9 +59,6 @@ fi
APPS_ALL="$(echo -e "${CE}\n${EE}")"
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
for app in ${APPS_DOCKER_CT[@]}; do
APPS_ALL=("${APPS_ALL[@]/$app}")