From 5cdc0bea52c5bbb41f5567fe412f6fb1db8efdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Mon, 5 Aug 2024 10:38:51 +0200 Subject: [PATCH] fix: disable service liveness check on tests --- src/test/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index a36f5eb..4423e73 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -7,6 +7,10 @@ kestra: type: local local: base-path: /tmp/unittest + server: + liveness: + enabled: false + kafka: bootstrap: localhost:9092 registry: http://localhost:8085