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 2af393fd75d238532cf1aa6e8f8ca488131548ec Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Mon Sep 11 17:20:49 2023 +0200 Enabled flatpak test #5260 --- .../org/apache/camel/quarkus/component/flatpack/it/FlatpackTest.java | 2 -- 1 file changed, 2 deletions(-) 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 e939fae023..2d666f7d87 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,7 +26,6 @@ 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; @@ -129,7 +128,6 @@ 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 {