Skip to content

Commit

Permalink
Force Openapi to use non-management interface
Browse files Browse the repository at this point in the history
Due to a change[1] made upstream  OpenAPI is now deployed
on management interface by default. This breaks our tests, so we should
use an option to disable this behavior (and verify, that this option
works).

[1] quarkusio/quarkus#34353
  • Loading branch information
fedinskiy committed Jul 14, 2023
1 parent f192ceb commit 59a7a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/management/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 59a7a29

Please sign in to comment.