HBASE-19742 Disable TestMemstoreLABWithoutPool
This commit is contained in:
parent
3fa3dcd9f9
commit
1454c44bcb
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue