HBASE-22555 Re-enable TestMasterOperationsForRegionReplicas (#1345)

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Peter Somogyi 2020-03-26 11:01:19 +01:00
parent 0af208679a
commit 224b706c6e
1 changed files with 0 additions and 2 deletions

View File

@ -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;