HBASE-19125 TestReplicator is flaky

This commit is contained in:
Andrew Purtell 2017-10-30 15:07:31 -07:00
parent e5111b8608
commit 14368c432a
1 changed files with 2 additions and 0 deletions

View File

@ -48,10 +48,12 @@ import org.apache.hadoop.hbase.wal.WAL.Entry;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
@Category(MediumTests.class)
@Ignore("Flaky, needs to be rewritten, see HBASE-19125")
public class TestReplicator extends TestReplicationBase {
static final Log LOG = LogFactory.getLog(TestReplicator.class);