HBASE-18301 Enable TestSimpleRegionNormalizerOnCluster#testRegionNormalizationMergeOnCluster that was disabled by Proc-V2 AM in HBASE-14614 (Stephen Yuan Jiang)
This commit is contained in:
parent
507f5fb844
commit
8a1ec2a93e
|
@ -179,7 +179,7 @@ public class TestSimpleRegionNormalizerOnCluster {
|
|||
admin.deleteTable(TABLENAME);
|
||||
}
|
||||
|
||||
@Ignore @Test(timeout = 60000) // TODO: FIX!
|
||||
@Test(timeout = 60000)
|
||||
@SuppressWarnings("deprecation")
|
||||
public void testRegionNormalizationMergeOnCluster() throws Exception {
|
||||
final TableName tableName = TableName.valueOf(name.getMethodName());
|
||||
|
|
Loading…
Reference in New Issue