This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 5817d05252bd3065c11e21833a7365afdcb59bfa Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Thu Jan 28 17:30:49 2021 +0100 chore(e2e): Remove Quarkus trait configuration from monitoring e2e test --- e2e/yaks/openshift/monitoring/Metrics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/yaks/openshift/monitoring/Metrics.java b/e2e/yaks/openshift/monitoring/Metrics.java index 203e1f8..38c423f 100644 --- a/e2e/yaks/openshift/monitoring/Metrics.java +++ b/e2e/yaks/openshift/monitoring/Metrics.java @@ -1,4 +1,4 @@ -// camel-k: language=java trait=quarkus.enabled=true trait=prometheus.enabled=true +// camel-k: language=java trait=prometheus.enabled=true /* * Licensed to the Apache Software Foundation (ASF) under one or more