Skip to content

Commit a30e741

Browse files
authored
Disabling testReadAPIIterationAndOrder and testReadAPIConnectionMultiClose (#2118)
1 parent 1de3474 commit a30e741

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,8 @@ public void testBQResultSetPagination() throws SQLException {
26872687
assertEquals(300000, cnt); // total 300000 rows should be read
26882688
}
26892689

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

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

0 commit comments

Comments
 (0)