File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
google-cloud-datastore-utils Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments