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

Commit 9a781cf

Browse files
committed
test: Ignore non-v1 ITs in BQ Storage
1 parent 968df89 commit 9a781cf

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@
4040
import org.junit.AfterClass;
4141
import org.junit.Assume;
4242
import org.junit.BeforeClass;
43+
import org.junit.Ignore;
4344
import org.junit.Test;
4445

4546
/**
4647
* Integration tests for BigQuery Storage API which target long running sessions. These tests can be
4748
* enabled by setting the system property 'bigquery.storage.enable_long_running_tests' to true.
4849
*/
50+
@Ignore("Ignoring non v1 ITs")
4951
public class ITBigQueryStorageLongRunningTest {
5052

5153
private static final Logger LOG =

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@
8787
import org.apache.avro.util.Utf8;
8888
import org.junit.AfterClass;
8989
import org.junit.BeforeClass;
90+
import org.junit.Ignore;
9091
import org.junit.Test;
9192

9293
/** Integration tests for BigQuery Storage API. */
94+
@Ignore("Ignoring non v1 ITs")
9395
public class ITBigQueryStorageTest {
9496

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@
3838
import org.junit.AfterClass;
3939
import org.junit.Assume;
4040
import org.junit.BeforeClass;
41+
import org.junit.Ignore;
4142
import org.junit.Test;
4243

4344
/**
4445
* Integration tests for BigQuery Storage API which target long running sessions. These tests can be
4546
* enabled by setting the system property 'bigquery.storage.enable_long_running_tests' to true.
4647
*/
48+
@Ignore("Ignoring non v1 ITs")
4749
public class ITBigQueryStorageLongRunningTest {
4850

4951
private static final Logger LOG =

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@
8484
import org.apache.avro.util.Utf8;
8585
import org.junit.AfterClass;
8686
import org.junit.BeforeClass;
87+
import org.junit.Ignore;
8788
import org.junit.Test;
8889

8990
/** Integration tests for BigQuery Storage API. */
91+
@Ignore("Ignoring non v1 ITs")
9092
public class ITBigQueryStorageTest {
9193

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

0 commit comments

Comments
 (0)