This is an automated email from the ASF dual-hosted git repository. zhfeng 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 98b97228a4 file: disabling idempotent test in order to experiment around flakiness #3584 (#4762) 98b97228a4 is described below commit 98b97228a4c9172994c06aed9d2152732554986d Author: Alexandre Gallice <aldettin...@gmail.com> AuthorDate: Thu Apr 13 05:03:48 2023 +0200 file: disabling idempotent test in order to experiment around flakiness #3584 (#4762) --- .../test/java/org/apache/camel/quarkus/component/file/it/FileTest.java | 2 ++ 1 file changed, 2 insertions(+) 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 8517763f3d..67d27b0c42 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,6 +37,7 @@ 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; @@ -111,6 +112,7 @@ class FileTest { }); } + @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 idempotent() throws IOException { // Create a new file