INT-2008 testing redis on the CI server

This commit is contained in:
Oleg Zhurakousky
2011-07-26 17:12:11 -04:00
parent 12cb670e01
commit 3ed5aa301f

View File

@@ -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();