Skip to content

Commit

Permalink
Remove TestBigQueryArrowConnectorSmokeTest
Browse files Browse the repository at this point in the history
We still have TestBigQueryArrowTypeMapping.
  • Loading branch information
ebyhr committed Feb 28, 2024
1 parent c9bc619 commit d650158
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions plugin/trino-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@
<excludes>
<!-- If you are adding entry here also add an entry to cloud-tests or cloud-tests-case-insensitive-mapping profile below -->
<exclude>**/TestBigQueryAvroConnectorTest.java</exclude>
<exclude>**/TestBigQueryArrowConnectorSmokeTest.java</exclude>
<exclude>**/TestBigQueryWithDifferentProjectIdConnectorSmokeTest.java</exclude>
<exclude>**/TestBigQueryMetadataCaching.java</exclude>
<exclude>**/TestBigQueryAvroTypeMapping.java</exclude>
Expand Down Expand Up @@ -594,7 +593,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/TestBigQueryArrowConnectorSmokeTest.java</include>
<include>**/TestBigQueryWithDifferentProjectIdConnectorSmokeTest.java</include>
<include>**/TestBigQueryWithProxyConnectorSmokeTest.java</include>
<include>**/TestBigQueryArrowTypeMapping.java</include>
Expand Down

This file was deleted.

0 comments on commit d650158

Please sign in to comment.