From 3ed5aa301f7369edf7b6f138d262c7aeac902719 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 26 Jul 2011 17:12:11 -0400 Subject: [PATCH] INT-2008 testing redis on the CI server --- .../redis/channel/SubscribableRedisChannelTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-redis/src/test/java/org/springframework/integration/redis/channel/SubscribableRedisChannelTests.java b/spring-integration-redis/src/test/java/org/springframework/integration/redis/channel/SubscribableRedisChannelTests.java index c797d99943..cec5d5ae90 100644 --- a/spring-integration-redis/src/test/java/org/springframework/integration/redis/channel/SubscribableRedisChannelTests.java +++ b/spring-integration-redis/src/test/java/org/springframework/integration/redis/channel/SubscribableRedisChannelTests.java @@ -33,7 +33,7 @@ import org.springframework.integration.message.GenericMessage; */ public class SubscribableRedisChannelTests { - @Test @Ignore // requires instance of redis-server + @Test //@Ignore // requires instance of redis-server public void pubSubChanneTest() throws Exception{ JedisConnectionFactory connectionFactory = new JedisConnectionFactory(); connectionFactory.afterPropertiesSet();