Merge pull request #9499 from thalesmg/fix-flaky-test-v44

test(flaky): fix flaky test
This commit is contained in:
Thales Macedo Garitezi 2022-12-07 13:12:55 -03:00 committed by GitHub
commit 623283c077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,13 @@
all() -> all() ->
emqx_ct:all(?MODULE). emqx_ct:all(?MODULE).
init_per_suite(Config) ->
emqx_ct_helpers:boot_modules(all),
Config.
end_per_suite(_Config) ->
ok.
init_per_testcase(TestCase, Config) init_per_testcase(TestCase, Config)
when TestCase =:= t_empty_cache; when TestCase =:= t_empty_cache;
TestCase =:= t_filled_cache; TestCase =:= t_filled_cache;