Spring 6/Spring Boot 3 allows to run tests using GraalVM's native-image with mvn -Pnative test.
This uses the native-maven-plugin. This plugin respects both -DskipTests and -Dmaven.test.skip and there is also a flag -DskipNativeTests to skip native tests only.
Is there a way to skip "normal" tests (using the surefire plugin) but still preprocess and run native tests?