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

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

commit 54d2300e2745176be8504e89f44ea9e1902c47cb
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Feb 9 17:57:10 2021 +0000

    Disable azure itest native builds until issues are fixed:
    
    * https://github.com/apache/camel-quarkus/issues/2204
    * https://github.com/apache/camel-quarkus/issues/2207
---
 integration-tests/azure-eventhubs/pom.xml     | 4 ++++
 integration-tests/azure-storage-blob/pom.xml  | 4 ++++
 integration-tests/azure-storage-queue/pom.xml | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/integration-tests/azure-eventhubs/pom.xml 
b/integration-tests/azure-eventhubs/pom.xml
index ba18caa..e2276fe 100644
--- a/integration-tests/azure-eventhubs/pom.xml
+++ b/integration-tests/azure-eventhubs/pom.xml
@@ -104,6 +104,9 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Enable when the following issues are resolved:
+        - https://github.com/apache/camel-quarkus/issues/2204
+        - https://github.com/apache/camel-quarkus/issues/2207
     <profiles>
         <profile>
             <id>native</id>
@@ -133,5 +136,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>
diff --git a/integration-tests/azure-storage-blob/pom.xml 
b/integration-tests/azure-storage-blob/pom.xml
index 0db13a6..2c6d358 100644
--- a/integration-tests/azure-storage-blob/pom.xml
+++ b/integration-tests/azure-storage-blob/pom.xml
@@ -84,6 +84,9 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Enable when the following issues are resolved:
+        - https://github.com/apache/camel-quarkus/issues/2204
+        - https://github.com/apache/camel-quarkus/issues/2207
     <profiles>
         <profile>
             <id>native</id>
@@ -113,5 +116,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>
diff --git a/integration-tests/azure-storage-queue/pom.xml 
b/integration-tests/azure-storage-queue/pom.xml
index f40032b..b4d1b5a 100644
--- a/integration-tests/azure-storage-queue/pom.xml
+++ b/integration-tests/azure-storage-queue/pom.xml
@@ -84,6 +84,9 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Enable when the following issues are resolved:
+        - https://github.com/apache/camel-quarkus/issues/2204
+        - https://github.com/apache/camel-quarkus/issues/2207
     <profiles>
         <profile>
             <id>native</id>
@@ -113,5 +116,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>

Reply via email to