You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/03/13 18:35:40 UTC

(camel-quarkus) 03/05: Disable git native integration test due to #5870

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

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

commit b0a09d3a4edc170d2229087f05a7687151e7f8c4
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 13 13:35:53 2024 +0000

    Disable git native integration test due to #5870
---
 .../src/test/java/org/apache/camel/quarkus/component/git/it/GitIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/git/src/test/java/org/apache/camel/quarkus/component/git/it/GitIT.java b/integration-tests/git/src/test/java/org/apache/camel/quarkus/component/git/it/GitIT.java
index fced3bc4dd..3841dbecdd 100644
--- a/integration-tests/git/src/test/java/org/apache/camel/quarkus/component/git/it/GitIT.java
+++ b/integration-tests/git/src/test/java/org/apache/camel/quarkus/component/git/it/GitIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.git.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
+import org.junit.jupiter.api.Disabled;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/5870")
 @QuarkusIntegrationTest
 class GitIT extends GitTest {