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/11/21 08:51:39 UTC

[camel-quarkus] 03/03: Disable DatasonnetIT due to #4284

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 1815d4b894831ad2c8db43b31061f2ff338caf82
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Nov 21 08:51:08 2022 +0000

    Disable DatasonnetIT due to #4284
---
 .../org/apache/camel/quarkus/component/datasonnet/it/DatasonnetIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/datasonnet/src/test/java/org/apache/camel/quarkus/component/datasonnet/it/DatasonnetIT.java b/integration-tests/datasonnet/src/test/java/org/apache/camel/quarkus/component/datasonnet/it/DatasonnetIT.java
index 124bb7e75e..31fbf1e959 100644
--- a/integration-tests/datasonnet/src/test/java/org/apache/camel/quarkus/component/datasonnet/it/DatasonnetIT.java
+++ b/integration-tests/datasonnet/src/test/java/org/apache/camel/quarkus/component/datasonnet/it/DatasonnetIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.datasonnet.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
+import org.junit.jupiter.api.Disabled;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4284")
 @QuarkusIntegrationTest
 class DatasonnetIT extends DatasonnetTest {