From 4a83415ec5b90fff8bdd481607aafc797e9c3dd3 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 16 Sep 2022 13:52:36 -0700 Subject: [PATCH] Disable the DurableClientCacheIntegrationTests. This test class has become unreliable given the flaky nature and race condition present in Apache Geode 1.15.0 due to the untimely and unreliable delivery of cache events. This needs time to be investigated and acted accordingly. --- .../data/gemfire/client/DurableClientCacheIntegrationTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTests.java index b6d7a6c4..0c88b704 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTests.java @@ -34,6 +34,7 @@ import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; import org.junit.FixMethodOrder; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.MethodSorters; @@ -75,6 +76,7 @@ import org.springframework.util.Assert; * @see org.springframework.test.context.junit4.SpringJUnit4ClassRunner * @since 1.6.3 */ +@Ignore @RunWith(SpringRunner.class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) @ContextConfiguration