HBASE-7502 TestScannerTimeout fails on snapshot branch (Himanshu)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-01-11 18:28:20 +00:00
parent 641a592b51
commit e5349081c2
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class TestScannerTimeout {
*/
@Before
public void setUp() throws Exception {
TEST_UTIL.ensureSomeRegionServersAvailable(2);
TEST_UTIL.ensureSomeNonStoppedRegionServersAvailable(2);
}
/**