|
|
@@ -28,6 +28,7 @@
|
|
|
all() -> emqx_common_test_helpers:all(?MODULE).
|
|
|
|
|
|
init_per_suite(Config) ->
|
|
|
+ emqx_common_test_helpers:boot_modules(all),
|
|
|
emqx_common_test_helpers:start_apps([]),
|
|
|
OldSch = erlang:system_flag(schedulers_online, 1),
|
|
|
[{old_sch, OldSch} | Config].
|