This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new feb6d33749 Disable dev services for Kubernetes tests
feb6d33749 is described below

commit feb6d3374925203501b5d361af68ee37eeec7c4f
Author: James Netherton <[email protected]>
AuthorDate: Tue Apr 1 09:56:49 2025 +0100

    Disable dev services for Kubernetes tests
---
 integration-tests/kubernetes/src/main/resources/application.properties  | 2 ++
 .../master-openshift/src/main/resources/application.properties          | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/integration-tests/kubernetes/src/main/resources/application.properties 
b/integration-tests/kubernetes/src/main/resources/application.properties
index 0ae1d8a084..ca703d03d0 100644
--- a/integration-tests/kubernetes/src/main/resources/application.properties
+++ b/integration-tests/kubernetes/src/main/resources/application.properties
@@ -15,4 +15,6 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
+quarkus.devservices.enabled=false
+
 camel.main.context-reload-enabled = true
diff --git 
a/integration-tests/master-openshift/src/main/resources/application.properties 
b/integration-tests/master-openshift/src/main/resources/application.properties
index 59c55c7848..cfd8cb83ae 100644
--- 
a/integration-tests/master-openshift/src/main/resources/application.properties
+++ 
b/integration-tests/master-openshift/src/main/resources/application.properties
@@ -15,6 +15,8 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
+quarkus.devservices.enabled=false
+
 application.id = leader
 
 quarkus.camel.cluster.kubernetes.rebalancing = false

Reply via email to