This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 54a9346 CAMEL-16784:Disable some ftp tests 54a9346 is described below commit 54a93463e1440876f0ce41cc024bb49a8e3a2891 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Aug 2 06:24:09 2021 +0200 CAMEL-16784:Disable some ftp tests --- .../file/remote/integration/FileToFtpsWithFtpClientConfigRefIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsWithFtpClientConfigRefIT.java b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsWithFtpClientConfigRefIT.java index 1f2f8e9..b5f7319 100644 --- a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsWithFtpClientConfigRefIT.java +++ b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FileToFtpsWithFtpClientConfigRefIT.java @@ -20,6 +20,7 @@ import org.apache.camel.BindToRegistry; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.apache.commons.net.ftp.FTPSClient; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.condition.EnabledIf; @@ -41,6 +42,7 @@ public class FileToFtpsWithFtpClientConfigRefIT extends FtpsServerExplicitSSLWit + "&disableSecureDataChannelDefaults=true&delete=true"; } + @Disabled("CAMEL-16784:Disable testFromFileToFtp tests") @Test public void testFromFileToFtp() throws Exception {