From 2bca64b5cfa6bbd8581f66407bdd006adc1605e2 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Mon, 4 Nov 2024 10:32:42 +0000 Subject: [PATCH] [chore] Fix double start of operator in tests (#5364) --- operator/controller/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/operator/controller/src/main/resources/application.properties b/operator/controller/src/main/resources/application.properties index ddd4ff2a24..111af3f2da 100644 --- a/operator/controller/src/main/resources/application.properties +++ b/operator/controller/src/main/resources/application.properties @@ -41,3 +41,5 @@ quarkus.operator-sdk.enable-ssa=false # Vertx quarkus.vertx.max-event-loop-execute-time=8s + +%test.quarkus.operator-sdk.start-operator=false