HBASE-15098 Normalizer switch in configuration is not used; addendum

This commit is contained in:
stack 2016-01-20 09:45:49 -08:00
parent 44dc9d1162
commit 8f34f85fe7
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ public class TestSimpleRegionNormalizerOnCluster {
public static void beforeAllTests() throws Exception {
// we will retry operations when PleaseHoldException is thrown
TEST_UTIL.getConfiguration().setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 3);
TEST_UTIL.getConfiguration().setBoolean(QuotaUtil.QUOTA_CONF_KEY, true);
// Start a cluster of two regionservers.
TEST_UTIL.startMiniCluster(1);