From cf087119a5e496b258fada46667b9733d3a9934d Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 29 Sep 2016 11:45:37 -0400 Subject: [PATCH] Ignore `CqInboundChannelAdapterTests` --- .../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 ab138a4f48..fb9368106e 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 @@ -23,6 +23,7 @@ import java.io.OutputStream; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -48,6 +49,7 @@ import com.gemstone.gemfire.internal.cache.LocalRegion; @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration @DirtiesContext +@Ignore("Unstable from the Gemfire side.") public class CqInboundChannelAdapterTests { @Autowired