HBASE-24035 [Flakey Tests] Disable TestClusterScopeQuotaThrottle#testUserNamespaceClusterScopeQuota
This commit is contained in:
parent
7081ccd53c
commit
2f26d8a623
|
@ -181,7 +181,7 @@ public class TestClusterScopeQuotaThrottle {
|
||||||
triggerUserCacheRefresh(TEST_UTIL, true, TABLE_NAMES);
|
triggerUserCacheRefresh(TEST_UTIL, true, TABLE_NAMES);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@org.junit.Ignore @Test // Spews the log w/ triggering of scheduler?
|
||||||
public void testUserNamespaceClusterScopeQuota() throws Exception {
|
public void testUserNamespaceClusterScopeQuota() throws Exception {
|
||||||
final Admin admin = TEST_UTIL.getAdmin();
|
final Admin admin = TEST_UTIL.getAdmin();
|
||||||
final String userName = User.getCurrent().getShortName();
|
final String userName = User.getCurrent().getShortName();
|
||||||
|
|
Loading…
Reference in New Issue