ARTEMIS-1304 ignoring invalid test
This commit is contained in:
parent
955557a31c
commit
cd9ce6a502
|
@ -268,6 +268,12 @@ public class LiveToLiveFailoverTest extends FailoverTest {
|
|||
session = sendAndConsume(sf, false);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void testTimeoutOnFailoverTransactionCommitTimeoutCommunication() throws Exception {
|
||||
}
|
||||
|
||||
|
||||
//invalid tests for Live to Live failover
|
||||
//all the timeout ones aren't as we don't migrate timeouts, any failback or server restart
|
||||
//or replicating tests aren't either
|
||||
|
|
Loading…
Reference in New Issue