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

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

commit d5560bf2a6ead8e99574660f1a4915c2fed6529d
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Thu Feb 8 14:29:51 2024 +0100

    Disabled google-bigquery because of #5734
---
 .../camel/quarkus/component/google/bigquery/it/GoogleBigqueryTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/integration-tests/google-bigquery/src/test/java/org/apache/camel/quarkus/component/google/bigquery/it/GoogleBigqueryTest.java
 
b/integration-tests/google-bigquery/src/test/java/org/apache/camel/quarkus/component/google/bigquery/it/GoogleBigqueryTest.java
index 8d0da04932..721ad6aece 100644
--- 
a/integration-tests/google-bigquery/src/test/java/org/apache/camel/quarkus/component/google/bigquery/it/GoogleBigqueryTest.java
+++ 
b/integration-tests/google-bigquery/src/test/java/org/apache/camel/quarkus/component/google/bigquery/it/GoogleBigqueryTest.java
@@ -44,6 +44,7 @@ import 
org.apache.camel.quarkus.test.support.google.GoogleCloudTestResource;
 import org.apache.camel.quarkus.test.support.google.GoogleProperty;
 import org.apache.camel.util.CollectionHelper;
 import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.apache.camel.util.CollectionHelper.mapOf;
@@ -54,6 +55,7 @@ import static org.hamcrest.Matchers.is;
 @TestHTTPEndpoint(GoogleBigqueryResource.class)
 @QuarkusTestResource(GoogleBigqueryWiremockTestResource.class)
 @QuarkusTestResource(GoogleCloudTestResource.class)
+@Disabled //https://github.com/apache/camel-quarkus/issues/5734
 class GoogleBigqueryTest {
 
     @GoogleProperty(name = "project.id")

Reply via email to