Skip to content

Commit

Permalink
HBASE-27087 TestQuotaThrottle times out
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Purtell <apurtell@apache.org>
  • Loading branch information
apurtell committed Jul 26, 2022
1 parent 277058e commit 9ba868d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@
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;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

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

Expand Down

0 comments on commit 9ba868d

Please sign in to comment.