You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/11/10 05:18:46 UTC

[camel-quarkus] 03/04: Disable AtlasMap native tests due to #3189

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

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

commit bcfca851c6ef8885a27a383b54e842738b3a1781
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Nov 3 11:57:23 2021 +0000

    Disable AtlasMap native tests due to #3189
---
 .../java/org/apache/camel/quarkus/component/atlasmap/it/AtlasmapIT.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/atlasmap/src/test/java/org/apache/camel/quarkus/component/atlasmap/it/AtlasmapIT.java b/integration-tests/atlasmap/src/test/java/org/apache/camel/quarkus/component/atlasmap/it/AtlasmapIT.java
index e8c4ffe..7e21243 100644
--- a/integration-tests/atlasmap/src/test/java/org/apache/camel/quarkus/component/atlasmap/it/AtlasmapIT.java
+++ b/integration-tests/atlasmap/src/test/java/org/apache/camel/quarkus/component/atlasmap/it/AtlasmapIT.java
@@ -16,8 +16,10 @@
  */
 package org.apache.camel.quarkus.component.atlasmap.it;
 
+import io.quarkus.test.junit.DisabledOnNativeImage;
 import io.quarkus.test.junit.NativeImageTest;
 
+@DisabledOnNativeImage("https://github.com/apache/camel-quarkus/issues/3189")
 @NativeImageTest
 class AtlasmapIT extends AtlasmapTest {