From 75ae23ab903635d766bc8669f9b30248eed70d81 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 3 Feb 2017 11:09:10 -0500 Subject: [PATCH] INT-4223: Gemfire: Ignore Cq Inbound Tests JIRA: https://jira.spring.io/browse/INT-4223 --- .../gemfire/inbound/CqInboundChannelAdapterTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests.java b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests.java index 295827a0b3..9a0f58bcfb 100644 --- a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests.java +++ b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests.java @@ -25,6 +25,7 @@ import java.io.OutputStream; import org.junit.AfterClass; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -50,6 +51,7 @@ import com.gemstone.gemfire.internal.cache.LocalRegion; @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration @DirtiesContext +@Ignore public class CqInboundChannelAdapterTests { @Autowired