HBASE-5851 TestProcessBasedCluster sometimes fails; DISABLE THE FAILING TEST FOR NOW

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1329497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-04-23 22:35:40 +00:00
parent 17cf114310
commit 77c6b2bd6b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
/* /*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with this * contributor license agreements. See the NOTICE file distributed with this
* work for additional information regarding copyright ownership. The ASF * work for additional information regarding copyright ownership. The ASF
@ -48,7 +49,7 @@ public class TestProcessBasedCluster {
private static final HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility(); private static final HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility();
@Test(timeout=300 * 1000) // DISABLED BECAUSE FLAKEY @Test(timeout=300 * 1000)
public void testProcessBasedCluster() throws Exception { public void testProcessBasedCluster() throws Exception {
ProcessBasedLocalHBaseCluster cluster = new ProcessBasedLocalHBaseCluster( ProcessBasedLocalHBaseCluster cluster = new ProcessBasedLocalHBaseCluster(
TEST_UTIL.getConfiguration(), 2, 3); TEST_UTIL.getConfiguration(), 2, 3);