diff --git a/http/management/src/main/resources/application.properties b/http/management/src/main/resources/application.properties index ac943493f..7b74dc662 100644 --- a/http/management/src/main/resources/application.properties +++ b/http/management/src/main/resources/application.properties @@ -1,3 +1,4 @@ # Only run tests annotated with @QuarkusTest quarkus.test.type=quarkus-test quarkus.management.enabled=true +quarkus.smallrye-openapi.management.enabled=false