We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827c1ab commit 4c08a8aCopy full SHA for 4c08a8a
hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaThrottle.java
@@ -44,11 +44,15 @@
44
import org.junit.AfterClass;
45
import org.junit.BeforeClass;
46
import org.junit.ClassRule;
47
+import org.junit.Ignore;
48
import org.junit.Test;
49
import org.junit.experimental.categories.Category;
50
import org.slf4j.Logger;
51
import org.slf4j.LoggerFactory;
52
53
+// This tests breaks monotonic WAL numbering after HBASE-20746 because of how it
54
+// manipulates the EnvironmentEdge.
55
+@Ignore("See HBASE-27243")
56
@Category({ RegionServerTests.class, MediumTests.class })
57
public class TestQuotaThrottle {
58
0 commit comments