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

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

commit e07d987777c350f5eb25ef9ff1f5b7525790c803
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu May 30 11:15:00 2024 +0200

    CAMEL-19832: fully disable RocketMQ tests on all CI environments
---
 .../apache/camel/component/rocketmq/RocketMQRequestReplyRouteIT.java  | 4 ++--
 .../java/org/apache/camel/component/rocketmq/RocketMQRouteIT.java     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteIT.java
 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteIT.java
index 4ea96082b59..d67071da235 100644
--- 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteIT.java
+++ 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteIT.java
@@ -37,8 +37,8 @@ import org.junit.jupiter.api.BeforeEach;
 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")
+@DisabledIfSystemProperty(named = "ci.env.name", matches = ".*",
+                          disabledReason = "These tests are flaky and 
unreliable - see CAMEL-19832")
 public class RocketMQRequestReplyRouteIT 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/RocketMQRouteIT.java
 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteIT.java
index b6c2eef9ff7..2a4605d2bb0 100644
--- 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteIT.java
+++ 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteIT.java
@@ -31,8 +31,8 @@ import org.junit.jupiter.api.BeforeEach;
 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")
+@DisabledIfSystemProperty(named = "ci.env.name", matches = ".*",
+                          disabledReason = "These tests are flaky and 
unreliable - see CAMEL-19832")
 public class RocketMQRouteIT extends RocketMQTestSupport {
 
     public static final String EXPECTED_MESSAGE = "hello, RocketMQ.";

Reply via email to