HBASE-23786 [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB
This commit is contained in:
parent
12f4e0977c
commit
86bb0980bf
|
@ -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