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

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

commit 5c7768f751ff8122b8adcb274727c2fcd4ff78fe
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Jun 1 13:01:37 2022 +0100

    Disable Google PubSub native build due to #3832
---
 integration-tests/google-pubsub/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integration-tests/google-pubsub/pom.xml 
b/integration-tests/google-pubsub/pom.xml
index 5b40966b76..84d3825939 100644
--- a/integration-tests/google-pubsub/pom.xml
+++ b/integration-tests/google-pubsub/pom.xml
@@ -68,8 +68,8 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/3832
         <profile>
             <id>native</id>
             <activation>
@@ -97,6 +97,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to