This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 18b02e0 Undisable test which is working fine
18b02e0 is described below
commit 18b02e07794195ee7f8d79d9cc9dd063feecf4af
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Aug 16 15:59:56 2024 +0200
Undisable test which is working fine
Signed-off-by: Aurélien Pupier <[email protected]>
---
xml/src/test/java/sample/camel/SampleCamelApplicationTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/xml/src/test/java/sample/camel/SampleCamelApplicationTest.java
b/xml/src/test/java/sample/camel/SampleCamelApplicationTest.java
index a541fe7..1915afc 100644
--- a/xml/src/test/java/sample/camel/SampleCamelApplicationTest.java
+++ b/xml/src/test/java/sample/camel/SampleCamelApplicationTest.java
@@ -21,7 +21,6 @@ import java.util.concurrent.TimeUnit;
import org.apache.camel.CamelContext;
import org.apache.camel.builder.NotifyBuilder;
import org.apache.camel.test.spring.junit5.CamelSpringBootTest;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@@ -30,7 +29,6 @@ import static org.junit.Assert.assertTrue;
@CamelSpringBootTest
@SpringBootTest(classes = SampleCamelApplication.class)
-@Disabled
public class SampleCamelApplicationTest {
@Autowired