You can override the profile the executable runs with during the test using the quarkus.test.native-image-profile property.Either by adding it to application.properties or by appending it to the command line:./mvnw verify -Dnative -Dquarkus.test.native-image-profile=test.Your %test. prefixed properties will be used at the test runtime.