HBASE-7918 Reenable IntegrationTestRebalanceAndKillServersTargeted; it works now (thanks Sergey)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1449272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-02-23 06:07:34 +00:00
parent cb5590dce6
commit 78b8109fdc
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class IntegrationTestRebalanceAndKillServersTargeted extends IngestIntegr
}
// Disabled until we fix hbase-7520
@Ignore @Test
@Test
public void testDataIngest() throws Exception {
runIngestTest(DEFAULT_RUN_TIME, 2500, 10, 100, 20);
}