From cd9ce6a5025c5ad702ce5a0f0b2251ffb8d3ff82 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Tue, 25 Jul 2017 10:08:11 -0400 Subject: [PATCH] ARTEMIS-1304 ignoring invalid test --- .../cluster/failover/LiveToLiveFailoverTest.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java index 614f041c90..4e6a70a7e7 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java @@ -268,7 +268,13 @@ public class LiveToLiveFailoverTest extends FailoverTest { session = sendAndConsume(sf, false); } - //invalid tests for Live to Live failover + + @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 @Override