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


The following commit(s) were added to refs/heads/main by this push:
     new 22485c0d64d CAMEL-19611: disabled broken test on camel-aws-xray
22485c0d64d is described below

commit 22485c0d64d09c380ba0e8165337c2772d5f282b
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Mon Jul 17 16:43:30 2023 +0200

    CAMEL-19611: disabled broken test on camel-aws-xray
---
 .../src/test/java/org/apache/camel/component/aws/xray/ABCRouteTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/ABCRouteTest.java
 
b/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/ABCRouteTest.java
index fd56ab51703..939cea0f8b4 100644
--- 
a/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/ABCRouteTest.java
+++ 
b/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/ABCRouteTest.java
@@ -20,12 +20,14 @@ import java.util.concurrent.TimeUnit;
 
 import org.apache.camel.builder.NotifyBuilder;
 import org.apache.camel.builder.RouteBuilder;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.hamcrest.CoreMatchers.equalTo;
 import static org.hamcrest.CoreMatchers.is;
 import static org.hamcrest.MatcherAssert.assertThat;
 
+@Disabled("Disabled due to CAMEL-19611")
 public class ABCRouteTest extends CamelAwsXRayTestSupport {
 
     public ABCRouteTest() {

Reply via email to