mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Re-enable "replaced" tests
This commit is contained in:
parent
6ffd5ffd0c
commit
635dfa2eae
1 changed files with 2 additions and 4 deletions
|
@ -43,10 +43,8 @@ single_cases() ->
|
||||||
%%% Master-slave tests
|
%%% Master-slave tests
|
||||||
%%%===================================================================
|
%%%===================================================================
|
||||||
master_slave_cases() ->
|
master_slave_cases() ->
|
||||||
{replaced_master_slave, [sequence], []}.
|
{replaced_master_slave, [sequence],
|
||||||
%% Disable tests for now due to a race condition
|
[master_slave_test(conflict)]}.
|
||||||
%% because ejabberd_sm:sid() is generated in ejabberd_s2s:init()
|
|
||||||
%%[master_slave_test(conflict)]}.
|
|
||||||
|
|
||||||
conflict_master(Config0) ->
|
conflict_master(Config0) ->
|
||||||
Config = bind(Config0),
|
Config = bind(Config0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue