test(persistent_sessions): Remove bogus stopping of quicer

This commit is contained in:
Tobias Lindahl 2021-10-11 13:39:44 +02:00
parent 12639addb9
commit f2d26f5e03
1 changed files with 0 additions and 3 deletions

View File

@ -147,9 +147,6 @@ end_per_group(persistent_store_enabled, _Config) ->
end_per_group(persistent_store_disabled, _Config) ->
meck:unload(emqx_config),
emqx_common_test_helpers:stop_apps([]);
end_per_group(quic, _Config) ->
application:stop(quicer),
ok;
end_per_group(_Group, _Config) ->
ok.