HBASE-23786 [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB

This commit is contained in:
stack 2020-02-03 17:30:24 -08:00
parent 12f4e0977c
commit 86bb0980bf
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.
assertFalse(master.getMobFileCache().isPresent());
}
@Test
public void testMasterMemStoreLAB() {
// no need to instantiate MemStoreLAB.
assertNull(ChunkCreator.getInstance());
}
}