HBASE-18655 TestAsyncClusterAdminApi2 failing sometimes

This commit is contained in:
Michael Stack 2017-08-22 16:20:51 -07:00
parent 9c36c0c52f
commit f25b529011
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}