HBASE-23786 [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB

This commit is contained in:
stack 2020-02-03 17:30:24 -08:00
parent b591a3d205
commit d797ed04e5
1 changed files with 0 additions and 6 deletions

View File

@ -87,10 +87,4 @@ public class TestMasterNotCarryTable {
// no need to instantiate mob file cache. // no need to instantiate mob file cache.
assertFalse(master.getMobFileCache().isPresent()); assertFalse(master.getMobFileCache().isPresent());
} }
@Test
public void testMasterMemStoreLAB() {
// no need to instantiate MemStoreLAB.
assertNull(ChunkCreator.getInstance());
}
} }