HBASE-18655 TestAsyncClusterAdminApi2 failing sometimes
Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
parent
7b8cf37c3b
commit
dcd3e9abf4
|
@ -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