Skip to content

Commit

Permalink
fix: disable service liveness check on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Aug 5, 2024
1 parent a4fb98f commit 5cdc0be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ kestra:
type: local
local:
base-path: /tmp/unittest
server:
liveness:
enabled: false

kafka:
bootstrap: localhost:9092
registry: http://localhost:8085

0 comments on commit 5cdc0be

Please sign in to comment.