Skip to content

Commit

Permalink
set up a new profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Nov 7, 2023
1 parent fb6f160 commit fc1d048
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ javadoc)
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-Penable-integration-tests \
-Pcustom-tests \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-bigquerystorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</configuration>
</plugin>

<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
Expand All @@ -64,7 +64,7 @@
<exclude>**/ITBigQueryWriteNonQuotaRetryTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugin>-->
</plugins>
</build>
<dependencies>
Expand Down
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,24 @@
<module>tutorials</module>
</modules>
</profile>
<profile>
<id>custom-tests</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<excludes>
<exclude>**/ITBigQueryWriteQuotaRetryTest.java</exclude>
<exclude>**/ITBigQueryWriteNonQuotaRetryTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit fc1d048

Please sign in to comment.