Skip to content

Commit

Permalink
Skip native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Dec 22, 2024
1 parent 204888a commit 974414f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions google-cloud-datastore-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,21 @@
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xmx2048m</argLine>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>native</id>
<properties>
<!--
Override the default match pattern for native image tests since we have a custom
test specifically for native image validation.
-->
<test>com.google.cloud.datastore.it.ITDatastoreConceptsTest</test>
<!-- skip native tests for this module, it will be tested in google-cloud-datastore-->
<skipTests>true</skipTests>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 974414f

Please sign in to comment.