Skip to content

Commit

Permalink
Disabling testReadAPIIterationAndOrder and testReadAPIConnectionMulti…
Browse files Browse the repository at this point in the history
…Close (#2118)
  • Loading branch information
prash-mi committed Jun 14, 2022
1 parent 1de3474 commit a30e741
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -2687,7 +2687,8 @@ public void testBQResultSetPagination() throws SQLException {
assertEquals(300000, cnt); // total 300000 rows should be read
}

@Test
// @Test - Temporarily disabling till https://github.com/googleapis/gax-java/issues/1712 or
// b/235591056 are resolved
public void testReadAPIIterationAndOrder()
throws SQLException { // use read API to read 300K records and check the order
String query =
Expand Down Expand Up @@ -2733,7 +2734,8 @@ public void testCreateDefaultConnection() throws BigQuerySQLException {
assertTrue(connection.close());
}

@Test
// @Test - Temporarily disabling till https://github.com/googleapis/gax-java/issues/1712 or
// b/235591056 are resolved
public void testReadAPIConnectionMultiClose()
throws
SQLException { // use read API to read 300K records, then closes the connection. This test
Expand Down

0 comments on commit a30e741

Please sign in to comment.