Skip to content

Commit

Permalink
Disable jta-jpa example testing due to #4945
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jun 7, 2023
1 parent fe83210 commit 56c589d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quarkus-master-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56c589d

Please sign in to comment.