You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/02/08 10:00:48 UTC

[camel-quarkus] 34/40: Disable java-joor native test temporarily #4523

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

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

commit f39744a852d6d4b4a6d883f2c2abe7cecfa7ecb3
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Feb 8 00:01:33 2023 +0100

    Disable java-joor native test temporarily #4523
---
 integration-tests/java-joor-dsl/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/integration-tests/java-joor-dsl/pom.xml b/integration-tests/java-joor-dsl/pom.xml
index 06b6b518b3..5632a945e6 100644
--- a/integration-tests/java-joor-dsl/pom.xml
+++ b/integration-tests/java-joor-dsl/pom.xml
@@ -30,6 +30,10 @@
     <name>Camel Quarkus :: Integration Tests :: Java jOOR DSL</name>
     <description>Integration tests for Camel Java jOOR DSL extension</description>
 
+    <properties>
+        <ci.native.tests.skip>true</ci.native.tests.skip><!-- https://github.com/apache/camel-quarkus/issues/4523 -->
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>