Skip to content

Commit

Permalink
Re-enable filter test #3584
Browse files Browse the repository at this point in the history
  • Loading branch information
aldettinger authored and essobedo committed Jul 7, 2023
1 parent ed563ae commit 7b97d36
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
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;
Expand Down Expand Up @@ -149,7 +148,6 @@ public void idempotent() throws IOException {
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());
Expand Down

0 comments on commit 7b97d36

Please sign in to comment.