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 9bf34237a90b15169b8d0e1076d26a2ffe377b95 Author: James Netherton <[email protected]> AuthorDate: Thu Oct 30 14:52:49 2025 +0000 Temporarily disable GoogleBigqueryTest.sqlCrudOpertations due to #7925 --- .../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 635a4b6c27..9a33a0cd1d 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; @@ -281,6 +282,7 @@ class GoogleBigqueryTest { return retVal; } + @Disabled("https://github.com/apache/camel-quarkus/issues/7925") @Test public void sqlCrudOperations() throws Exception { // create
