This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-19838 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6ac90993a03fef4b35e3e72ac344a530cb1f77da Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 6 07:18:37 2023 +0200 Regen Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java | 2 +- .../java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java | 2 +- .../component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java index 625b546e20e..4a10b8397db 100644 --- a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java +++ b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java @@ -38,7 +38,7 @@ import org.junit.jupiter.api.Test; import org.junit.jupiter.api.condition.DisabledIfSystemProperty; @DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org", - disabledReason = "These tests are flaky on Apache CI - see CAMEL-19832") + disabledReason = "These tests are flaky on Apache CI - see CAMEL-19832") public class RocketMQRequestReplyRouteTest extends RocketMQTestSupport { private static final String START_ENDPOINT_URI = "rocketmq:START_TOPIC_RRT?producerGroup=p1&consumerGroup=c1"; diff --git a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java index 4ddaaf23d90..ba4c6780fa6 100644 --- a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java +++ b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java @@ -31,7 +31,7 @@ import org.junit.jupiter.api.Test; import org.junit.jupiter.api.condition.DisabledIfSystemProperty; @DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org", - disabledReason = "These tests are flaky on Apache CI - see CAMEL-19832") + disabledReason = "These tests are flaky on Apache CI - see CAMEL-19832") public class RocketMQRouteTest extends RocketMQTestSupport { public static final String EXPECTED_MESSAGE = "hello, RocketMQ."; diff --git a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java index c9b6a6b5130..07540e24515 100644 --- a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java @@ -48,7 +48,6 @@ class FileProducerCharsetUTFtoISOConvertBodyToTest extends ContextTestSupport { } } - @AfterEach void cleanupFile() { try {