You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2023/02/01 16:17:20 UTC

[camel-quarkus] branch main updated: Re-enable filter test #3584

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0f4a32f0b1 Re-enable filter test #3584
0f4a32f0b1 is described below

commit 0f4a32f0b1ac34bd1cef3b54db0c55992f430183
Author: aldettinger <al...@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());