This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 43155b3ff4 [relates #4069] Enable ContinuousDevTest
43155b3ff4 is described below
commit 43155b3ff4dca18c52f23a217c5314e63571419c
Author: Lukas Lowinger <[email protected]>
AuthorDate: Mon Aug 18 16:44:30 2025 +0200
[relates #4069] Enable ContinuousDevTest
---
.../camel/quarkus/test/extensions/continousDev/ContinuousDevTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/continousDev/ContinuousDevTest.java
b/test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/continousDev/ContinuousDevTest.java
index 2ee35e559d..fbab891fbf 100644
---
a/test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/continousDev/ContinuousDevTest.java
+++
b/test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/continousDev/ContinuousDevTest.java
@@ -27,7 +27,6 @@ import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
@@ -54,7 +53,6 @@ public class ContinuousDevTest {
});
@Test
- @Disabled //live reload makes tests on `camel-main` hanging. See
https://github.com/apache/camel-quarkus/issues/4069
public void checkTests() throws InterruptedException {
ContinuousTestingTestUtils utils = new ContinuousTestingTestUtils();
ContinuousTestingTestUtils.TestStatus ts =
utils.waitForNextCompletion();