You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/08/05 08:46:15 UTC

[camel-quarkus] 03/03: Disable js-dsl native tests due to #3961

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 89d03014ea29a21ea34ad6150c16dc6f8d9829fd
Author: James Netherton <ja...@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>