HBASE-24035 [Flakey Tests] Disable TestClusterScopeQuotaThrottle#testUserNamespaceClusterScopeQuota

This commit is contained in:
stack 2020-03-23 13:41:27 -07:00
parent 7081ccd53c
commit 2f26d8a623
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public class TestClusterScopeQuotaThrottle {
triggerUserCacheRefresh(TEST_UTIL, true, TABLE_NAMES);
}
@Test
@org.junit.Ignore @Test // Spews the log w/ triggering of scheduler?
public void testUserNamespaceClusterScopeQuota() throws Exception {
final Admin admin = TEST_UTIL.getAdmin();
final String userName = User.getCurrent().getShortName();