This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 728635f5536f7c44f59c57ba99963e306c2b634f Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Aug 5 09:45:56 2022 +0100 Disable js-dsl native tests due to #3961 --- integration-tests/js-dsl/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/js-dsl/pom.xml b/integration-tests/js-dsl/pom.xml index 7ba331016d..7d06320d55 100644 --- a/integration-tests/js-dsl/pom.xml +++ b/integration-tests/js-dsl/pom.xml @@ -75,6 +75,7 @@ <profiles> + <!-- https://github.com/apache/camel-quarkus/issues/3961 <profile> <id>native</id> <activation> @@ -102,6 +103,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation>