Skip to content

Commit 95455e0

Browse files
test: use ITDatastoreConceptsTest for graalvm testing (#1083)
* test: use ITDatastoreConceptsTest for graalvm testing * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add comment to index.yaml * add header --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 47df1b8 commit 95455e0

File tree

4 files changed

+1066
-0
lines changed

4 files changed

+1066
-0
lines changed

datastore-v1-proto-client/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,14 @@
121121
</plugins>
122122
</build>
123123

124+
<profiles>
125+
<profile>
126+
<id>native</id>
127+
<properties>
128+
<!-- skip native tests for this module, it will be tested in google-cloud-datastore-->
129+
<skipTests>true</skipTests>
130+
</properties>
131+
</profile>
132+
</profiles>
133+
124134
</project>

google-cloud-datastore/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,16 @@
159159
</plugin>
160160
</plugins>
161161
</build>
162+
<profiles>
163+
<profile>
164+
<id>native</id>
165+
<properties>
166+
<!--
167+
Override the default match pattern for native image tests since we have a custom
168+
test specifically for native image validation.
169+
-->
170+
<test>com.google.cloud.datastore.it.ITDatastoreConceptsTest</test>
171+
</properties>
172+
</profile>
173+
</profiles>
162174
</project>

0 commit comments

Comments
 (0)