Merge pull request #2925 from emqx/develop

Fix emqx_cm_SUITE failed
This commit is contained in:
turtleDeng 2019-09-21 16:28:41 +08:00 committed by GitHub
commit af9fb08bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
all() -> emqx_ct:all(?MODULE).
init_per_suite(Config) ->
emqx_ct_helpers:boot_modules(all),
emqx_ct_helpers:start_apps([]),
Config.