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 committed by GitHub
parent f3ee9b8aa3
commit 9042bc0058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;