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

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

commit b7685474519728735b9292c5264ac0348e24f2cc
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Feb 8 14:36:44 2023 +0100

    CAMEL-18131 - camel-health - Do not register Producer Health Check until 
CAMEL-18992 will be completed - SNS
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../camel/component/aws2/sns/Sns2HealthCheckProfileCredsTest.java       | 2 ++
 .../apache/camel/component/aws2/sns/Sns2HealthCheckStaticCredsTest.java | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HealthCheckProfileCredsTest.java
 
b/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HealthCheckProfileCredsTest.java
index d6b13ccb36b..4a492aa8209 100644
--- 
a/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HealthCheckProfileCredsTest.java
+++ 
b/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HealthCheckProfileCredsTest.java
@@ -27,6 +27,7 @@ import org.apache.camel.health.HealthCheckRegistry;
 import org.apache.camel.impl.health.DefaultHealthCheckRegistry;
 import org.apache.camel.test.junit5.CamelTestSupport;
 import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -71,6 +72,7 @@ public class Sns2HealthCheckProfileCredsTest extends 
CamelTestSupport {
     }
 
     @Test
+    @Disabled("Do not register the Producer Health Check until we solve 
CAMEL-18992")
     public void testConnectivity() {
 
         Collection<HealthCheck.Result> res = 
HealthCheckHelper.invokeLiveness(context);
diff --git 
a/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HealthCheckStaticCredsTest.java
 
b/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HealthCheckStaticCredsTest.java
index f11e5ef19ce..664b5f102f3 100644
--- 
a/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HealthCheckStaticCredsTest.java
+++ 
b/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HealthCheckStaticCredsTest.java
@@ -27,6 +27,7 @@ import org.apache.camel.health.HealthCheckRegistry;
 import org.apache.camel.impl.health.DefaultHealthCheckRegistry;
 import org.apache.camel.test.junit5.CamelTestSupport;
 import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -71,6 +72,7 @@ public class Sns2HealthCheckStaticCredsTest extends 
CamelTestSupport {
     }
 
     @Test
+    @Disabled("Do not register the Producer Health Check until we solve 
CAMEL-18992")
     public void testConnectivity() {
 
         Collection<HealthCheck.Result> res = 
HealthCheckHelper.invokeLiveness(context);

Reply via email to