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 <[email protected]>
Signed-off-by: Nick Dimiduk <[email protected]>
(cherry picked from commit 487cf30)
  • Loading branch information
Apache9 committed May 18, 2022
1 parent 6b1a2c3 commit 1ab7491
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 1ab7491

Please sign in to comment.