aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2019-05-06 12:00:36 +0200
committerMickael Remond <mremond@process-one.net>2019-05-06 12:00:36 +0200
commitecce31830486023b9227c21d323f1cab825c1b47 (patch)
tree4e814d1396716a2de30eecb2d3c7a88ed5cb3396 /test
parentElixir mix build need to use xmpp 1.3.3 (diff)
s2s test depend on Mnesia configuration
Diffstat (limited to 'test')
-rw-r--r--test/ejabberd_SUITE.erl14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/ejabberd_SUITE.erl b/test/ejabberd_SUITE.erl
index 6fa424e76..7dddbd052 100644
--- a/test/ejabberd_SUITE.erl
+++ b/test/ejabberd_SUITE.erl
@@ -368,13 +368,6 @@ no_db_tests() ->
time,
stats,
disco]},
- {presence_and_s2s, [sequence],
- [test_auth_fail,
- presence,
- s2s_dialback,
- s2s_optional,
- s2s_required,
- s2s_required_trusted]},
auth_external,
auth_external_no_jid,
auth_external_no_user,
@@ -464,6 +457,13 @@ db_tests(DB) ->
mam_tests:single_cases(),
push_tests:single_cases(),
test_unregister]},
+ {presence_and_s2s, [sequence],
+ [test_auth_fail,
+ presence,
+ s2s_dialback,
+ s2s_optional,
+ s2s_required,
+ s2s_required_trusted]},
muc_tests:master_slave_cases(),
privacy_tests:master_slave_cases(),
pubsub_tests:master_slave_cases(),