File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2687,7 +2687,8 @@ public void testBQResultSetPagination() throws SQLException {
2687
2687
assertEquals (300000 , cnt ); // total 300000 rows should be read
2688
2688
}
2689
2689
2690
- @ Test
2690
+ // @Test - Temporarily disabling till https://github.com/googleapis/gax-java/issues/1712 or
2691
+ // b/235591056 are resolved
2691
2692
public void testReadAPIIterationAndOrder ()
2692
2693
throws SQLException { // use read API to read 300K records and check the order
2693
2694
String query =
@@ -2733,7 +2734,8 @@ public void testCreateDefaultConnection() throws BigQuerySQLException {
2733
2734
assertTrue (connection .close ());
2734
2735
}
2735
2736
2736
- @ Test
2737
+ // @Test - Temporarily disabling till https://github.com/googleapis/gax-java/issues/1712 or
2738
+ // b/235591056 are resolved
2737
2739
public void testReadAPIConnectionMultiClose ()
2738
2740
throws
2739
2741
SQLException { // use read API to read 300K records, then closes the connection. This test
You can’t perform that action at this time.
0 commit comments