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

Commit c5f3335

Browse files
committed
chore: Add another test to run sequentially
1 parent 8e23423 commit c5f3335

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/it/ITBigQueryStorageWriteClientTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,11 @@
9595
import org.junit.jupiter.api.AfterAll;
9696
import org.junit.jupiter.api.BeforeAll;
9797
import org.junit.jupiter.api.Test;
98+
import org.junit.jupiter.api.parallel.Execution;
99+
import org.junit.jupiter.api.parallel.ExecutionMode;
98100

99101
/** Integration tests for BigQuery Write API. */
102+
@Execution(ExecutionMode.SAME_THREAD)
100103
class ITBigQueryStorageWriteClientTest {
101104
private static final Logger LOG =
102105
Logger.getLogger(ITBigQueryStorageWriteClientTest.class.getName());

0 commit comments

Comments
 (0)