HBASE-18655 TestAsyncClusterAdminApi2 failing sometimes
This commit is contained in:
parent
9c36c0c52f
commit
f25b529011
|
@ -57,7 +57,7 @@ public class TestAsyncClusterAdminApi2 extends TestAsyncAdminBase {
|
|||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
TEST_UTIL.startMiniCluster(2, 3);
|
||||
TEST_UTIL.startMiniCluster(1, 3);
|
||||
ASYNC_CONN = ConnectionFactory.createAsyncConnection(TEST_UTIL.getConfiguration()).get();
|
||||
admin = ASYNC_CONN.getAdmin();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue