HBASE-7502 TestScannerTimeout fails on snapshot branch (Himanshu Vashishtha)

git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2013-02-13 18:45:42 +00:00
parent b3bdc04f4c
commit 35685471f5
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);
}
/**