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:
Michael Stack 2011-10-09 05:53:15 +00:00
parent 84adbe8b22
commit 251df1d35f
1 changed files with 1 additions and 0 deletions

View File

@ -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.