From c2343c89113a3d993505f8f369e43732c538a4d7 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 22 Nov 2010 20:40:25 -0500 Subject: [PATCH] ignoring test that seems to do nothing --- .../sftp/config/InboundChannelAdapaterParserTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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());