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 c72c1b426e6594fe932b08fd30a7a5b3d0002f53 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Mar 2 08:04:35 2021 +0000 Disable azure-* integration tests #2299 --- integration-tests/azure-eventhubs/pom.xml | 2 ++ integration-tests/azure-storage-blob/pom.xml | 2 ++ integration-tests/azure-storage-queue/pom.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/integration-tests/azure-eventhubs/pom.xml b/integration-tests/azure-eventhubs/pom.xml index b2baee0..5146fa1 100644 --- a/integration-tests/azure-eventhubs/pom.xml +++ b/integration-tests/azure-eventhubs/pom.xml @@ -134,6 +134,7 @@ </dependency> </dependencies> + <!--TODO: https://github.com/apache/camel-quarkus/issues/2299 <profiles> <profile> <id>native</id> @@ -163,5 +164,6 @@ </build> </profile> </profiles> + --> </project> diff --git a/integration-tests/azure-storage-blob/pom.xml b/integration-tests/azure-storage-blob/pom.xml index 10cff25..042f311 100644 --- a/integration-tests/azure-storage-blob/pom.xml +++ b/integration-tests/azure-storage-blob/pom.xml @@ -91,6 +91,7 @@ </dependency> </dependencies> + <!--TODO: https://github.com/apache/camel-quarkus/issues/2299 <profiles> <profile> <id>native</id> @@ -120,5 +121,6 @@ </build> </profile> </profiles> + --> </project> diff --git a/integration-tests/azure-storage-queue/pom.xml b/integration-tests/azure-storage-queue/pom.xml index caf3f0c..03c58b3 100644 --- a/integration-tests/azure-storage-queue/pom.xml +++ b/integration-tests/azure-storage-queue/pom.xml @@ -91,6 +91,7 @@ </dependency> </dependencies> + <!--TODO: https://github.com/apache/camel-quarkus/issues/2299 <profiles> <profile> <id>native</id> @@ -120,5 +121,6 @@ </build> </profile> </profiles> + --> </project>