This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7face24d9b73771f7370d9a42d39e1604f06ddd9 Author: Jiri Ondrusek <[email protected]> AuthorDate: Fri Oct 24 09:02:40 2025 +0200 Enabled consul - fix of import --- .../java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java b/integration-tests/consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java index 55a4acd869..4e52a1ebbb 100644 --- a/integration-tests/consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java +++ b/integration-tests/consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java @@ -21,7 +21,6 @@ import java.util.UUID; import io.quarkus.test.common.QuarkusTestResource; 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.core.Is.is;
