HBASE-22555 Re-enable TestMasterOperationsForRegionReplicas (#1345)
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
f3ee9b8aa3
commit
9042bc0058
|
@ -65,7 +65,6 @@ import org.apache.hadoop.hbase.util.JVMClusterUtil;
|
|||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
@ -286,7 +285,6 @@ public class TestMasterOperationsForRegionReplicas {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Enable when we have support for alter_table- HBASE-10361")
|
||||
public void testIncompleteMetaTableReplicaInformation() throws Exception {
|
||||
final TableName tableName = TableName.valueOf(name.getMethodName());
|
||||
final int numRegions = 3;
|
||||
|
|
Loading…
Reference in New Issue