Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Disable versions test for 23.1+ #193

Closed jerboaa closed 1 year ago

jerboaa commented 1 year ago

The graal-sdk split has, as a corollary, moved the HomeFinder API to the polyglot.jar artefact. Since Mandrel doesn't include this in a default install anymore, disable that test.

Closes: #182