HBASE-19743 Disable TestMemstoreLABWithoutPool

This is a revert of a revert, i.e., a reapplication only this time
I'm pushing w/ the right JIRA number
This commit is contained in:
Michael Stack 2018-01-09 18:21:38 -08:00
parent 88864f3d5d
commit 09c11b0ca4
1 changed files with 3 additions and 0 deletions

View File

@ -37,9 +37,12 @@ import org.apache.hadoop.hbase.testclassification.RegionServerTests;
import org.apache.hadoop.hbase.testclassification.SmallTests; import org.apache.hadoop.hbase.testclassification.SmallTests;
import org.apache.hadoop.hbase.util.Bytes; import org.apache.hadoop.hbase.util.Bytes;
import org.junit.BeforeClass; import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.experimental.categories.Category; import org.junit.experimental.categories.Category;
@Ignore // See HBASE-19742 for issue on reenabling.
@Category({RegionServerTests.class, SmallTests.class}) @Category({RegionServerTests.class, SmallTests.class})
public class TestMemstoreLABWithoutPool { public class TestMemstoreLABWithoutPool {
private final static Configuration conf = new Configuration(); private final static Configuration conf = new Configuration();