Sfoglia il codice sorgente

test: fix auto_subscribe test case

Zaiming (Stone) Shi 3 anni fa
parent
commit
9d96d3d10a

+ 2 - 1
apps/emqx_auto_subscribe/test/emqx_auto_subscribe_SUITE.erl

@@ -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) ->

+ 0 - 3
scripts/find-apps.sh

@@ -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}")