diff --git a/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java b/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java index dc7c54fcfe..d839680302 100644 --- a/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java +++ b/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java @@ -23,6 +23,7 @@ import java.io.IOException; import java.lang.reflect.Method; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.springframework.core.io.FileSystemResource; @@ -64,6 +65,7 @@ public class SftpInboundRemoteFileSystemSynchronizerTests { * @throws Exception */ @Test + @Ignore public void testCopyAndRenameWhenLocalFileExists() throws Exception { SftpInboundFileSynchronizer synchronizer = new SftpInboundFileSynchronizer(mock(SessionFactory.class)); Method method = ReflectionUtils.findMethod(synchronizer.getClass(),