Skip to content

Commit 4aa09dc

Browse files
committed
Run TestBigQueryCaseInsensitiveMappingWithCache with single thread
1 parent 0e09a4f commit 4aa09dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryCaseInsensitiveMappingWithCache.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515

1616
import com.google.common.collect.ImmutableMap;
1717
import io.trino.testing.QueryRunner;
18+
import org.junit.jupiter.api.parallel.Execution;
1819

20+
import static org.junit.jupiter.api.parallel.ExecutionMode.SAME_THREAD;
21+
22+
@Execution(SAME_THREAD) // run single-threaded to avoid interference with other tests
1923
final class TestBigQueryCaseInsensitiveMappingWithCache
2024
extends BaseBigQueryCaseInsensitiveMapping
2125
{

0 commit comments

Comments
 (0)