Skip to content

Commit 974414f

Browse files
committed
Skip native tests
1 parent 204888a commit 974414f

File tree

1 file changed

+8
-7
lines changed
  • google-cloud-datastore-utils

1 file changed

+8
-7
lines changed

google-cloud-datastore-utils/pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,21 @@
9090
<build>
9191
<plugins>
9292
<plugin>
93-
<groupId>org.codehaus.mojo</groupId>
94-
<artifactId>flatten-maven-plugin</artifactId>
93+
<groupId>org.apache.maven.plugins</groupId>
94+
<artifactId>maven-surefire-plugin</artifactId>
95+
<configuration>
96+
<argLine>-Xmx2048m</argLine>
97+
</configuration>
9598
</plugin>
9699
</plugins>
97100
</build>
101+
98102
<profiles>
99103
<profile>
100104
<id>native</id>
101105
<properties>
102-
<!--
103-
Override the default match pattern for native image tests since we have a custom
104-
test specifically for native image validation.
105-
-->
106-
<test>com.google.cloud.datastore.it.ITDatastoreConceptsTest</test>
106+
<!-- skip native tests for this module, it will be tested in google-cloud-datastore-->
107+
<skipTests>true</skipTests>
107108
</properties>
108109
</profile>
109110
</profiles>

0 commit comments

Comments
 (0)