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

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

commit 2f62a7a80f9a5e0a8717f1786d6fc98a9611eadd
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Feb 10 18:24:48 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