HBASE-4430 Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass -- DISABLED TESTSLABCACHE AGAIN... its hanging
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1180549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84adbe8b22
commit
251df1d35f
|
@ -28,6 +28,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;
|
||||
|
||||
/**
|
||||
* Basic test of SlabCache. Puts and gets.
|
||||
|
|
Loading…
Reference in New Issue