This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit be5056db1c7d0050eac60021fb276ab9e4db830f Author: Jiri Ondrusek <ondrusek.j...@gmail.com> AuthorDate: Wed Jun 11 09:52:40 2025 +0200 Revert "Disabled CamelMainRoutesIncludePatternWithDefaultLocationsDevModeTest test because of CAMEL-22155" This reverts commit 7328c4b960a43908b3b9309528556e4da79b8857. --- .../CamelMainRoutesIncludePatternWithDefaultLocationsDevModeTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/main-devmode/src/test/java/org/apache/camel/quarkus/main/CamelMainRoutesIncludePatternWithDefaultLocationsDevModeTest.java b/integration-tests/main-devmode/src/test/java/org/apache/camel/quarkus/main/CamelMainRoutesIncludePatternWithDefaultLocationsDevModeTest.java index 5dd0c05da9..f516438058 100644 --- a/integration-tests/main-devmode/src/test/java/org/apache/camel/quarkus/main/CamelMainRoutesIncludePatternWithDefaultLocationsDevModeTest.java +++ b/integration-tests/main-devmode/src/test/java/org/apache/camel/quarkus/main/CamelMainRoutesIncludePatternWithDefaultLocationsDevModeTest.java @@ -29,7 +29,6 @@ import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.asset.Asset; import org.jboss.shrinkwrap.api.asset.StringAsset; import org.jboss.shrinkwrap.api.spec.JavaArchive; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; @@ -103,7 +102,6 @@ public class CamelMainRoutesIncludePatternWithDefaultLocationsDevModeTest { } @Test - @Disabled //https://issues.apache.org/jira/browse/CAMEL-22155 public void testRoutesDiscoveryFromDefaultLocation() { await().atMost(10, TimeUnit.SECONDS).untilAsserted(() -> { Response res = RestAssured.when().get("/test/describe").thenReturn();