mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
s2s test depend on Mnesia configuration
This commit is contained in:
parent
b18f53c5ce
commit
ecce318304
@ -368,13 +368,6 @@ no_db_tests() ->
|
|||||||
time,
|
time,
|
||||||
stats,
|
stats,
|
||||||
disco]},
|
disco]},
|
||||||
{presence_and_s2s, [sequence],
|
|
||||||
[test_auth_fail,
|
|
||||||
presence,
|
|
||||||
s2s_dialback,
|
|
||||||
s2s_optional,
|
|
||||||
s2s_required,
|
|
||||||
s2s_required_trusted]},
|
|
||||||
auth_external,
|
auth_external,
|
||||||
auth_external_no_jid,
|
auth_external_no_jid,
|
||||||
auth_external_no_user,
|
auth_external_no_user,
|
||||||
@ -464,6 +457,13 @@ db_tests(DB) ->
|
|||||||
mam_tests:single_cases(),
|
mam_tests:single_cases(),
|
||||||
push_tests:single_cases(),
|
push_tests:single_cases(),
|
||||||
test_unregister]},
|
test_unregister]},
|
||||||
|
{presence_and_s2s, [sequence],
|
||||||
|
[test_auth_fail,
|
||||||
|
presence,
|
||||||
|
s2s_dialback,
|
||||||
|
s2s_optional,
|
||||||
|
s2s_required,
|
||||||
|
s2s_required_trusted]},
|
||||||
muc_tests:master_slave_cases(),
|
muc_tests:master_slave_cases(),
|
||||||
privacy_tests:master_slave_cases(),
|
privacy_tests:master_slave_cases(),
|
||||||
pubsub_tests:master_slave_cases(),
|
pubsub_tests:master_slave_cases(),
|
||||||
|
Loading…
Reference in New Issue
Block a user