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 1a69310f8d73402165cdb3151622175c946522bc
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Fri Feb 9 12:45:58 2024 +0100

    Google-bigquerydisabled native because of #5734
---
 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 21fcc27e79..55bb995c81 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/5734
         <profile>
             <id>native</id>
             <activation>
@@ -99,6 +100,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to