This is an automated email from the ASF dual-hosted git repository.

klease pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 01a761b045e CAMEL-19864: renable test after fixing root issue. (#961)
01a761b045e is described below

commit 01a761b045ebf85eed0f9071419c18e26c7ce260
Author: klease <38634989+kle...@users.noreply.github.com>
AuthorDate: Fri Sep 29 15:35:01 2023 +0200

    CAMEL-19864: renable test after fixing root issue. (#961)
---
 .../org/apache/camel/itest/springboot/CamelUnivocityParsersTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelUnivocityParsersTest.java
 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelUnivocityParsersTest.java
index c3f12107a45..1a161c78740 100644
--- 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelUnivocityParsersTest.java
+++ 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelUnivocityParsersTest.java
@@ -39,7 +39,6 @@ public class CamelUnivocityParsersTest extends 
AbstractSpringBootTestSupport {
                 .build();
     }
 
-    @Disabled("https://issues.apache.org/jira/browse/CAMEL-19864";)
     @Test
     public void componentTests() throws Exception {
         this.runDataformatTest(config, "univocityCsv");

Reply via email to