This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 557deddcf2df636be85ff3a3f7035147114a7729 Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 14:25:25 2023 +0100 Disable fhir test temporarily #4497 --- integration-tests/pom.xml | 2 +- tooling/scripts/test-categories.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4fd0a46e9e..cd0807a43a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -89,7 +89,7 @@ <module>dropbox</module> <!--<module>elasticsearch-rest</module>--> <module>exec</module> - <module>fhir</module> + <!--<module>fhir</module> https://github.com/apache/camel-quarkus/issues/4497 --> <module>file</module> <module>flatpack</module> <module>fop</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index c26ec41a2e..dba2ae8563 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -166,7 +166,6 @@ group-12: - rest-openapi group-13: - box - - fhir - github - google - groovy-dsl
