Merge pull request #9499 from thalesmg/fix-flaky-test-v44
test(flaky): fix flaky test
This commit is contained in:
commit
623283c077
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue