From 732047c121a4c1dbf687c19a2c54744e7a95a1c0 Mon Sep 17 00:00:00 2001 From: Jeffrey Manno Date: Tue, 19 Oct 2021 13:24:38 -0400 Subject: [PATCH] ignore replication IT inside accumulo-testing --- .../accumulo/testing/randomwalk/ReplicationRandomWalkIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/org/apache/accumulo/testing/randomwalk/ReplicationRandomWalkIT.java b/src/test/java/org/apache/accumulo/testing/randomwalk/ReplicationRandomWalkIT.java index c26ec3ce..ec5dc6a7 100644 --- a/src/test/java/org/apache/accumulo/testing/randomwalk/ReplicationRandomWalkIT.java +++ b/src/test/java/org/apache/accumulo/testing/randomwalk/ReplicationRandomWalkIT.java @@ -26,8 +26,10 @@ import org.apache.accumulo.testing.randomwalk.concurrent.Replication; import org.apache.hadoop.conf.Configuration; import org.easymock.EasyMock; +import org.junit.Ignore; import org.junit.Test; +@Ignore("Replication ITs are not stable and not currently maintained") public class ReplicationRandomWalkIT extends ConfigurableMacBase { @Override