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

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

commit 5d3b481f947a31c139a225a5f6dc8352ebdb5d2f
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Jun 5 08:24:04 2023 +0100

    Disable jta-jpa example testing due to #4945
---
 .github/workflows/quarkus-master-cron.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index ed16c129cf..bef4dd1494 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -403,6 +403,7 @@ jobs:
           git clone --depth 1 --branch ${EXAMPLES_BRANCH} 
https://github.com/apache/camel-quarkus-examples.git \
             && cd camel-quarkus-examples \
             && echo "Current Examples commit:" $(git rev-parse HEAD) \
+            && sed -i '0,/<\/properties>/s/<\/properties>/    
<skipTests>true<\/skipTests>\n    <\/properties>/' jta-jpa/pom.xml \
             && ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} 
org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform 
-Dcq.camel-quarkus.version=${CQ_VERSION} \
             && ./mvnw-for-each.sh ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} 
-Pnative,docker clean verify
       - name: Report Build Failure

Reply via email to