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 60ce734ca023d73b5dd98758be6d14ba60e0fa21 Author: JiriOndrusek <ondrusek.j...@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 {