This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit e4b23d9c9ae236168833337ea02d200aaa36a7ce Author: Zheng Feng <[email protected]> AuthorDate: Thu Feb 9 22:20:12 2023 +0800 Revert "Disable nitrite test temporarily #4525" This reverts commit 662afe0cde628b9e707b9cdc1d1b41f2f153ee1d. --- 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 2a33b95fa9..23f093cfbe 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -166,7 +166,7 @@ <module>mybatis</module> <module>nats</module> <module>netty</module> - <!--<module>nitrite</module> https://github.com/apache/camel-quarkus/issues/4525 --> + <module>nitrite</module> <module>oaipmh</module> <module>ognl</module> <module>olingo4</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 7ba11e999d..df8b4d4b3a 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -187,4 +187,5 @@ group-13: - sap-netweaver - servicenow - slack + - nitrite - pgevent
