You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/16 04:17:16 UTC

[camel-quarkus] 02/02: Stop testing JavaScript DSL in native mode #2481

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

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

commit d15038d1ee3dbb8938e795b09d4038e9b23fe1a6
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Apr 15 23:34:00 2021 +0200

    Stop testing JavaScript DSL in native mode #2481
---
 integration-tests/js-dsl/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/integration-tests/js-dsl/pom.xml b/integration-tests/js-dsl/pom.xml
index 9881318..4665d47 100644
--- a/integration-tests/js-dsl/pom.xml
+++ b/integration-tests/js-dsl/pom.xml
@@ -29,6 +29,11 @@
     <name>Camel Quarkus :: Integration Tests ::JavaScript DSL :: Tests</name>
     <description>The camel integration tests</description>
 
+    <properties>
+        <!-- Takes too long or spends too much memory on GH actions -->
+        <ci.native.tests.skip>true</ci.native.tests.skip>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>