HBASE-27087 TestQuotaThrottle times out

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Andrew Purtell 2022-07-26 14:05:19 -07:00
parent 277058e18d
commit 9ba868d2ad
1 changed files with 4 additions and 0 deletions

View File

@ -44,11 +44,15 @@ import org.junit.After;
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 {