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 14:40:40 UTC

[camel-quarkus] 02/02: 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 8ca18045d13a25c097cb6b5107891be81ae2c724
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>