From 0acf191e210987998b1f6fd363203c98fc443e6f Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Wed, 11 Sep 2019 14:50:02 -0400 Subject: [PATCH] ARTEMIS-2484 Ignoring QuorumFailOverLiveVotesTest.testQuorumVotingLiveNotDead --- .../cluster/failover/QuorumFailOverLiveVotesTest.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/QuorumFailOverLiveVotesTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/QuorumFailOverLiveVotesTest.java index 67e04648b7..5f537535a7 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/QuorumFailOverLiveVotesTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/QuorumFailOverLiveVotesTest.java @@ -26,6 +26,7 @@ import org.apache.activemq.artemis.core.protocol.core.impl.PacketImpl; import org.apache.activemq.artemis.core.server.impl.SharedNothingLiveActivation; import org.apache.activemq.artemis.tests.util.Wait; import org.apache.activemq.artemis.tests.integration.cluster.util.BackupSyncDelay; +import org.junit.Ignore; import org.junit.Test; import java.util.Map; @@ -53,6 +54,9 @@ public class QuorumFailOverLiveVotesTest extends StaticClusterWithBackupFailover } + /** Ignored per https://issues.apache.org/jira/browse/ARTEMIS-2484. + * Please remove this javadoc and the @Ignore when fixed */ + @Ignore @Test public void testQuorumVotingLiveNotDead() throws Exception { int[] liveServerIDs = new int[]{0, 1, 2};