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
The following commit(s) were added to refs/heads/camel-main by this push:
new 4c8908590c Revert "Disabled fory tests, because of #7466"
4c8908590c is described below
commit 4c8908590cc3353b5a1aed2383daf62ea7010482
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Fri Jun 27 14:07:51 2025 +0200
Revert "Disabled fory tests, because of #7466"
This reverts commit 78fb02432ec9558feb8a8aef7545cb7449825ea0.
---
integration-tests/fory/pom.xml | 2 --
.../test/java/org/apache/camel/quarkus/component/fory/it/ForyTest.java | 2 --
2 files changed, 4 deletions(-)
diff --git a/integration-tests/fory/pom.xml b/integration-tests/fory/pom.xml
index 5c159e3c68..a7066fb607 100644
--- a/integration-tests/fory/pom.xml
+++ b/integration-tests/fory/pom.xml
@@ -58,7 +58,6 @@
</dependencies>
<profiles>
- <!-- https://github.com/apache/camel-quarkus/issues/7466
<profile>
<id>native</id>
<activation>
@@ -86,7 +85,6 @@
</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 c9883f624d..4f9b65e445 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
@@ -18,13 +18,11 @@ package org.apache.camel.quarkus.component.fory.it;
import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
-import org.junit.jupiter.api.Disabled;
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