This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7432ff07c7ff7a30235159efb175c9744321195e Author: Zheng Feng <[email protected]> AuthorDate: Tue Jun 20 10:49:48 2023 +0800 Revert "Disable jira test temporarily #4524" This reverts commit 6205543bde8dae5b1c3022e5ca78616ee25cb6c4. --- integration-tests/pom.xml | 2 +- tooling/scripts/test-categories.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 0c6ea1ce96..00b061c707 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -120,7 +120,7 @@ <module>jcache</module> <module>jdbc</module> <module>jfr</module> - <!--<module>jira</module> https://github.com/apache/camel-quarkus/issues/4524 --> + <module>jira</module> <module>jms-artemis-client</module> <module>jms-ibmmq-client</module> <module>jms-qpid-amqp-client</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index c92fad6ce4..ba539f3254 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -200,6 +200,7 @@ group-13: - github - google - groovy-dsl + - jira - java-joor-dsl - js-dsl - jsh-dsl
