This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 64b9a6c6ceb18358473cb4549e815313da9fed73 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Wed Feb 1 13:08:52 2023 +0100 Re-enable filter test #3584 --- .../test/java/org/apache/camel/quarkus/component/file/it/FileTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java index 8bd44c71e6..a28005535b 100644 --- a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java +++ b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java @@ -37,7 +37,6 @@ import io.restassured.response.ValidatableResponse; import org.apache.camel.quarkus.core.util.FileUtils; import org.hamcrest.Matchers; import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.apache.camel.quarkus.component.file.it.FileResource.CONSUME_BATCH; @@ -149,7 +148,6 @@ class FileTest { equalTo(FILE_CONTENT_02)); } - @Disabled("Disabling as an experiment in the context of CAMEL-QUARKUS-3584. Let's check whether filter and idempotent are sort of polluting each other.") @Test public void filter() throws IOException { String fileName = createFile(FILE_CONTENT_01, "/file/create/filter", null, "skip_" + UUID.randomUUID().toString());