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 0987a81f741a58fa0b031ba9bff99f6593f3188c 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>