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
The following commit(s) were added to refs/heads/camel-main by this push:
new 7db7f83b70 Enabled flatpak test #5260
7db7f83b70 is described below
commit 7db7f83b70a0169d6029e94d96d895c9a75fa5f6
Author: JiriOndrusek <[email protected]>
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 {