Skip to content

Commit

Permalink
HBASE-27045 Disable TestClusterScopeQuotaThrottle (apache#4440)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
  • Loading branch information
Apache9 committed May 18, 2022
1 parent f5fd353 commit 487cf30
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
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 {

Expand Down

0 comments on commit 487cf30

Please sign in to comment.