This is an automated email from the ASF dual-hosted git repository. klease pushed a commit to branch CAMEL-19864 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 70f2203f1267f25277e41c2361baf10942bee8f1 Author: klease <kle...@cegetel.net> AuthorDate: Fri Sep 29 13:19:01 2023 +0200 CAMEL-19864: renable test after fixing root issue. --- .../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");