HBASE-23786 [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB
This commit is contained in:
parent
b591a3d205
commit
d797ed04e5
|
@ -87,10 +87,4 @@ public class TestMasterNotCarryTable {
|
|||
// no need to instantiate mob file cache.
|
||||
assertFalse(master.getMobFileCache().isPresent());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMasterMemStoreLAB() {
|
||||
// no need to instantiate MemStoreLAB.
|
||||
assertNull(ChunkCreator.getInstance());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue