diff --git a/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/config/InboundChannelAdapaterParserTests.java b/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/config/InboundChannelAdapaterParserTests.java index 1d6904914f..2ba3a7be84 100644 --- a/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/config/InboundChannelAdapaterParserTests.java +++ b/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/config/InboundChannelAdapaterParserTests.java @@ -24,6 +24,7 @@ import java.io.File; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.springframework.beans.factory.BeanCreationException; @@ -67,7 +68,7 @@ public class InboundChannelAdapaterParserTests { new ClassPathXmlApplicationContext("InboundChannelAdapaterParserTests-context-fail.xml", this.getClass()); } - @Test + @Test @Ignore public void testLocalFilesAreFound() throws Exception{ assertTrue(new File("target").exists()); new ClassPathXmlApplicationContext("InboundChannelAdapaterParserTests-context.xml", this.getClass());