This is an automated email from the ASF dual-hosted git repository.
nfilotto 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 0c71901ab55 CAMEL-19864: camel-univocity-parsers - Disable the IT
(#940)
0c71901ab55 is described below
commit 0c71901ab551a00d82148765a0a2dfad883656d4
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Sep 13 18:32:02 2023 +0200
CAMEL-19864: camel-univocity-parsers - Disable the IT (#940)
## Motivation
The integration test of the component `camel-univocity-parsers` is failing
on the CI
## Modifications:
* Disable the integration test as long as it is not fixed
---
.../org/apache/camel/itest/springboot/CamelUnivocityParsersTest.java | 2 ++
1 file changed, 2 insertions(+)
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 2cd11a9c9b4..c3f12107a45 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
@@ -20,6 +20,7 @@ import
org.apache.camel.itest.springboot.util.ArquillianPackager;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.junit5.ArquillianExtension;
import org.jboss.shrinkwrap.api.Archive;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@@ -38,6 +39,7 @@ 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");