Added another @Ignore to Redis

This commit is contained in:
Oleg Zhurakousky
2011-07-28 08:13:15 -04:00
parent 17999e198e
commit e504436b71

View File

@@ -33,7 +33,7 @@ import org.springframework.integration.channel.QueueChannel;
*/
public class RedisInboundChannelAdapterTests {
@Test
@Test @Ignore
public void testRedisInboundChannelAdapter() throws Exception {
int numToTest = 100;
String redisChannelName = "si.test.channel";