HBASE-18301 Enable TestSimpleRegionNormalizerOnCluster#testRegionNormalizationMergeOnCluster that was disabled by Proc-V2 AM in HBASE-14614 (Stephen Yuan Jiang)

This commit is contained in:
Stephen Yuan Jiang 2017-07-05 09:56:12 -07:00
parent 507f5fb844
commit 8a1ec2a93e
1 changed files with 1 additions and 1 deletions

View File

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