Skip to content

Commit

Permalink
Disable azure itest native builds until issues are fixed:
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Feb 10, 2021
1 parent 2d77cce commit 0987a81
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/azure-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -133,5 +136,6 @@
</build>
</profile>
</profiles>
-->

</project>
4 changes: 4 additions & 0 deletions integration-tests/azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -113,5 +116,6 @@
</build>
</profile>
</profiles>
-->

</project>
4 changes: 4 additions & 0 deletions integration-tests/azure-storage-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -113,5 +116,6 @@
</build>
</profile>
</profiles>
-->

</project>

0 comments on commit 0987a81

Please sign in to comment.