HBASE-16975 Disable two subtests of TestSerialReplication (Phil Yang)

This commit is contained in:
tedyu 2016-11-03 01:55:26 -07:00
parent b1d1dc8569
commit c82fc6e0b2
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@ import org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster;
import org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@ -182,6 +183,7 @@ public class TestSerialReplication {
}
@Test
@Ignore
public void testRegionSplit() throws Exception {
TableName tableName = TableName.valueOf("testRegionSplit");
HTableDescriptor table = new HTableDescriptor(tableName);
@ -271,6 +273,7 @@ public class TestSerialReplication {
}
@Test
@Ignore
public void testRegionMerge() throws Exception {
TableName tableName = TableName.valueOf("testRegionMerge");
HTableDescriptor table = new HTableDescriptor(tableName);