Ignore RedisInboundChannelAdapterTests

https://build.spring.io/browse/INT-MJATS41-1636/

Looks like something is not stable with the latest Spring Data Ingalls-SR18
which is a dependency for IO Platform from Spring Boot 1.5.x
This commit is contained in:
Artem Bilan
2019-02-22 10:18:46 -05:00
parent 44f438d3f2
commit c3c3f81429

View File

@@ -23,6 +23,7 @@ import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import org.hamcrest.Matchers;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.BeanFactory;
@@ -42,6 +43,7 @@ import org.springframework.messaging.Message;
* @author Gary Russell
* @since 2.1
*/
@Ignore("No stable with Spring Data Ingalls-SR18")
public class RedisInboundChannelAdapterTests extends RedisAvailableTests {
@Test