This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 669aea6ad64ae0eaccc0c369748bce351d7cd723 Author: Jiri Ondrusek <[email protected]> AuthorDate: Mon Jun 23 16:47:36 2025 +0200 Disabled fory tests, because of #7466 --- integration-tests/fory/pom.xml | 2 ++ .../test/java/org/apache/camel/quarkus/component/fory/it/ForyTest.java | 1 + 2 files changed, 3 insertions(+) diff --git a/integration-tests/fory/pom.xml b/integration-tests/fory/pom.xml index a7066fb607..5c159e3c68 100644 --- a/integration-tests/fory/pom.xml +++ b/integration-tests/fory/pom.xml @@ -58,6 +58,7 @@ </dependencies> <profiles> + <!-- https://github.com/apache/camel-quarkus/issues/7466 <profile> <id>native</id> <activation> @@ -85,6 +86,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation> diff --git a/integration-tests/fory/src/test/java/org/apache/camel/quarkus/component/fory/it/ForyTest.java b/integration-tests/fory/src/test/java/org/apache/camel/quarkus/component/fory/it/ForyTest.java index 1fb6bc6f96..c9883f624d 100644 --- a/integration-tests/fory/src/test/java/org/apache/camel/quarkus/component/fory/it/ForyTest.java +++ b/integration-tests/fory/src/test/java/org/apache/camel/quarkus/component/fory/it/ForyTest.java @@ -24,6 +24,7 @@ import org.junit.jupiter.api.Test; import static org.hamcrest.Matchers.equalTo; @QuarkusTest +@Disabled //https://github.com/apache/camel-quarkus/issues/7466 class ForyTest { @Test
