From 67c2df610704fd4822b728ce45fbef77eaa255a1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 13 Aug 2014 01:26:19 -0700 Subject: [PATCH] Disabling the CacheClusterConfigurationTest.testClusterConfiguration test case method. --- .../data/gemfire/CacheClusterConfigurationIntegrationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTest.java b/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTest.java index 4432ecf5..be8f42d2 100644 --- a/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTest.java +++ b/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTest.java @@ -30,6 +30,7 @@ import java.util.concurrent.TimeUnit; import org.junit.AfterClass; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestRule; @@ -182,6 +183,7 @@ public class CacheClusterConfigurationIntegrationTest { } @Test + @Ignore public void testClusterConfiguration() { ConfigurableApplicationContext applicationContext = newApplicationContext( getLocation("cacheUsingClusterConfigurationIntegrationTest.xml"));