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

Temporary work around: Disable quarkus-full-microprofile dependent tests #224

Closed zakkak closed 7 months ago

zakkak commented 7 months ago

Works around https://github.com/Karm/mandrel-integration-tests/issues/223 to get CI passing till it gets fixed.

One major drawback, other than the obvious one of skipping three good tests in Quarkus >= 3.6.0 is that we skip them for any SNAPSHOT build as well even for Quarkus < 3.6.0.

zakkak commented 7 months ago

Could you please file an issue which tracks fixing this properly?

Done https://github.com/Karm/mandrel-integration-tests/issues/225