Skip to content

Commit 4c08a8a

Browse files
committed
HBASE-27087 TestQuotaThrottle times out
Signed-off-by: Andrew Purtell <[email protected]>
1 parent 827c1ab commit 4c08a8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaThrottle.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,15 @@
4444
import org.junit.AfterClass;
4545
import org.junit.BeforeClass;
4646
import org.junit.ClassRule;
47+
import org.junit.Ignore;
4748
import org.junit.Test;
4849
import org.junit.experimental.categories.Category;
4950
import org.slf4j.Logger;
5051
import org.slf4j.LoggerFactory;
5152

53+
// This tests breaks monotonic WAL numbering after HBASE-20746 because of how it
54+
// manipulates the EnvironmentEdge.
55+
@Ignore("See HBASE-27243")
5256
@Category({ RegionServerTests.class, MediumTests.class })
5357
public class TestQuotaThrottle {
5458

0 commit comments

Comments
 (0)