You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2020/10/06 01:52:37 UTC

[geode] branch develop updated: GEODE-8577: PubSubNativeRedisAcceptanceTest is flaky (#5593)

This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new b8147bb  GEODE-8577: PubSubNativeRedisAcceptanceTest is flaky (#5593)
b8147bb is described below

commit b8147bb7fdc339af36f3bcb465e7b34ae450a744
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Mon Oct 5 18:51:40 2020 -0700

    GEODE-8577: PubSubNativeRedisAcceptanceTest is flaky (#5593)
---
 .../redis/internal/executor/pubsub/PubSubNativeRedisAcceptanceTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/pubsub/PubSubNativeRedisAcceptanceTest.java b/geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/pubsub/PubSubNativeRedisAcceptanceTest.java
index ce7778f..772ebb1 100644
--- a/geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/pubsub/PubSubNativeRedisAcceptanceTest.java
+++ b/geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/pubsub/PubSubNativeRedisAcceptanceTest.java
@@ -16,9 +16,11 @@
 package org.apache.geode.redis.internal.executor.pubsub;
 
 import org.junit.ClassRule;
+import org.junit.Ignore;
 
 import org.apache.geode.NativeRedisTestRule;
 
+@Ignore("GEODE-8577")
 public class PubSubNativeRedisAcceptanceTest extends AbstractPubSubIntegrationTest {
   @ClassRule
   public static NativeRedisTestRule redis = new NativeRedisTestRule();