From 03692d693fcd53d6df55a9b976f942f64cc97320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chrz=C4=85szcz?= Date: Fri, 24 Sep 2021 15:49:54 +0200 Subject: [PATCH] Reorder 'groups_to_modules' according to the test cases --- big_tests/tests/domain_removal_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/big_tests/tests/domain_removal_SUITE.erl b/big_tests/tests/domain_removal_SUITE.erl index a4f1bf2ed7..804b129d0d 100644 --- a/big_tests/tests/domain_removal_SUITE.erl +++ b/big_tests/tests/domain_removal_SUITE.erl @@ -68,6 +68,8 @@ end_per_group(_Groupname, Config) -> end, ok. +group_to_modules(auth_removal) -> + []; group_to_modules(cache_removal) -> [{mod_cache_users, []}, {mod_mam_meta, [{backend, rdbms}, {pm, []}]}]; @@ -84,8 +86,6 @@ group_to_modules(private_removal) -> [{mod_private, [{backend, rdbms}]}]; group_to_modules(roster_removal) -> [{mod_roster, [{backend, rdbms}]}]; -group_to_modules(auth_removal) -> - []; group_to_modules(offline_removal) -> [{mod_offline, [{backend, rdbms}]}].