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

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 039dcc8e624af11c88c40fde229489bf5df8b902
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Jul 31 11:12:25 2022 +0200

    CAMEL-18264: allow to configure JSch server keys settings (#8077)
---
 .../file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
index 158ce96234e..2448809acd1 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
@@ -21,7 +21,9 @@ import org.apache.camel.builder.RouteBuilder;
 import 
org.apache.camel.component.file.remote.sftp.integration.SftpServerTestSupport;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.parallel.Isolated;
 
+@Isolated
 public class SftpPublicKeyAcceptedAlgorithmsIT extends SftpServerTestSupport {
 
     @Test

Reply via email to