INT-4223: Gemfire: Ignore Cq Inbound Tests
JIRA: https://jira.spring.io/browse/INT-4223
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user