Merge pull request #10885 from thalesmg/test-flakiness-20230530-c

test(olp): fix inter-suite flakiness
This commit is contained in:
Thales Macedo Garitezi 2023-05-30 16:09:17 -03:00 committed by GitHub
commit 4f1c55f3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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].