test(shared_sub): ensure snabbkaffe will be stopped
This commit is contained in:
parent
b4eb0f18f9
commit
7b3c67fbe9
|
@ -821,6 +821,7 @@ t_dispatch_qos0(Config) when is_list(Config) ->
|
||||||
t_redispatch_when_kicked({init, Config}) when is_list(Config) ->
|
t_redispatch_when_kicked({init, Config}) when is_list(Config) ->
|
||||||
Config;
|
Config;
|
||||||
t_redispatch_when_kicked({'end', Config}) when is_list(Config) ->
|
t_redispatch_when_kicked({'end', Config}) when is_list(Config) ->
|
||||||
|
snabbkaffe:stop(),
|
||||||
ok;
|
ok;
|
||||||
t_redispatch_when_kicked(_) ->
|
t_redispatch_when_kicked(_) ->
|
||||||
ok = ensure_config(sticky, true),
|
ok = ensure_config(sticky, true),
|
||||||
|
|
Loading…
Reference in New Issue