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 2021/11/17 15:39:18 UTC

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

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

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

commit 556887f2f033eed0884bc150e18a1c109b099006
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 {