HBASE-4430 Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1172311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ddb6a6870d
commit
e2884211ed
|
@ -26,6 +26,7 @@ import org.apache.hadoop.hbase.io.hfile.slab.SlabCache.SlabStats;
|
|||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue