INT-2008 testing redis on the CI server
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user