Skip to content

Commit

Permalink
Removing unnecessary end_per_group
Browse files Browse the repository at this point in the history
  • Loading branch information
JanuszJakubiec committed Jul 11, 2024
1 parent 8669545 commit 4b887df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions big_tests/tests/mam_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ basic_groups() ->
[{muc_rsm04, [parallel], muc_rsm_cases()}]}]},
{muc_light, [], muc_light_cases()},
{prefs_cases, [parallel], prefs_cases()},
{muc_prefs_cases, [parallel, {repeat_until_any_fail, 100}], muc_prefs_cases()},
{muc_prefs_cases, [parallel, {repeat_until_any_fail, 50}], muc_prefs_cases()},
%{muc_prefs_cases, [parallel], muc_prefs_cases()},
{impl_specific, [], impl_specific()},
{disabled_text_search, [],
Expand Down Expand Up @@ -615,9 +615,6 @@ do_init_per_group(C, ConfigIn) ->
Config0
end.

end_per_group(muc_prefs_cases, Config) ->
dynamic_modules:restore_modules(Config),
Config;
end_per_group(G, Config) when G == rsm_all; G == nostore;
G == mam04; G == rsm04; G == with_rsm04; G == muc04; G == muc_rsm04; G == rsm04_comp;
G == muc06; G == mam06; G == archived; G == muc_seq ->
Expand Down

0 comments on commit 4b887df

Please sign in to comment.