Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 3c5baec

Browse files
committed
chore: Re-enable v1beta1 ITs
1 parent b98d167 commit 3c5baec

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/it/ITBigQueryStorageLongRunningTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
* Integration tests for BigQuery Storage API which target long running sessions. These tests can be
4949
* enabled by setting the system property 'bigquery.storage.enable_long_running_tests' to true.
5050
*/
51-
@Ignore("Ignoring non v1 ITs")
5251
public class ITBigQueryStorageLongRunningTest {
5352

5453
private static final Logger LOG =

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/it/ITBigQueryStorageTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
import org.junit.Test;
9393

9494
/** Integration tests for BigQuery Storage API. */
95-
@Ignore("Ignoring non v1 ITs")
9695
public class ITBigQueryStorageTest {
9796

9897
private static final Logger LOG = Logger.getLogger(ITBigQueryStorageTest.class.getName());

0 commit comments

Comments
 (0)