HBASE-27045 Disable TestClusterScopeQuotaThrottle (#4440)
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org> Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit is contained in:
parent
f5fd353b81
commit
487cf301a4
|
@ -43,9 +43,11 @@ import org.junit.After;
|
|||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
||||
@Ignore // disable for now, see HBASE-27045
|
||||
@Category({ RegionServerTests.class, LargeTests.class })
|
||||
public class TestClusterScopeQuotaThrottle {
|
||||
|
||||
|
|
Loading…
Reference in New Issue