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 14ad98d5d3c7ded6f0067fdf56a7dc91da8740e4
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Jun 22 08:19:28 2023 +0100

    Disable google-bigquery native profile due to #5006
---
 integration-tests/google-bigquery/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/google-bigquery/pom.xml 
b/integration-tests/google-bigquery/pom.xml
index 9c3915eb20..17d7c2f69c 100644
--- a/integration-tests/google-bigquery/pom.xml
+++ b/integration-tests/google-bigquery/pom.xml
@@ -72,6 +72,7 @@
     </dependencies>
 
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/5006
         <profile>
             <id>native</id>
             <activation>
@@ -99,6 +100,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to