You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/11/10 05:18:47 UTC

[camel-quarkus] 04/04: Disable MicroProfileHealthTest.testFailureThreshold due to #3277

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

github-bot pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 3420153a9da9cb0202648c0eb41137e623789147
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Nov 9 09:03:17 2021 +0000

    Disable MicroProfileHealthTest.testFailureThreshold due to #3277
---
 .../component/microprofile/it/health/MicroProfileHealthTest.java        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/microprofile/src/test/java/org/apache/camel/quarkus/component/microprofile/it/health/MicroProfileHealthTest.java b/integration-tests/microprofile/src/test/java/org/apache/camel/quarkus/component/microprofile/it/health/MicroProfileHealthTest.java
index b8d2834..9f6458e 100644
--- a/integration-tests/microprofile/src/test/java/org/apache/camel/quarkus/component/microprofile/it/health/MicroProfileHealthTest.java
+++ b/integration-tests/microprofile/src/test/java/org/apache/camel/quarkus/component/microprofile/it/health/MicroProfileHealthTest.java
@@ -24,6 +24,7 @@ import io.restassured.RestAssured;
 import io.restassured.http.ContentType;
 import io.restassured.path.json.JsonPath;
 import org.awaitility.Awaitility;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.hamcrest.Matchers.containsInAnyOrder;
@@ -157,6 +158,7 @@ class MicroProfileHealthTest {
         }
     }
 
+    @Disabled("https://github.com/apache/camel-quarkus/issues/3277")
     @Test
     public void testFailureThreshold() {
         try {