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

[camel-quarkus] 19/45: flatpack - disabled test because of CAMEL-19837

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

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

commit 1b312c16e012ed44321a1704ae41edebc0ebd482
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Tue Sep 5 16:44:41 2023 +0200

    flatpack - disabled test because of CAMEL-19837
---
 .../org/apache/camel/quarkus/component/flatpack/it/FlatpackTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/flatpack/src/test/java/org/apache/camel/quarkus/component/flatpack/it/FlatpackTest.java b/integration-tests/flatpack/src/test/java/org/apache/camel/quarkus/component/flatpack/it/FlatpackTest.java
index 2d666f7d87..e939fae023 100644
--- a/integration-tests/flatpack/src/test/java/org/apache/camel/quarkus/component/flatpack/it/FlatpackTest.java
+++ b/integration-tests/flatpack/src/test/java/org/apache/camel/quarkus/component/flatpack/it/FlatpackTest.java
@@ -26,6 +26,7 @@ import java.util.Map;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.http.ContentType;
 import org.apache.commons.io.IOUtils;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static io.restassured.RestAssured.given;
@@ -128,6 +129,7 @@ class FlatpackTest {
         assertEquals("FRED", rows[3].get("FIRSTNAME"));
     }
 
+    @Disabled //https://github.com/apache/camel-quarkus/issues/5260
     @Test
     @SuppressWarnings("unchecked")
     public void fixedHeaderAndTrailerShouldSucceed() throws IOException {