Skip to content

Commit

Permalink
GEODE-8577: PubSubNativeRedisAcceptanceTest is flaky (apache#5593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeppe-pivotal authored Oct 6, 2020
1 parent fb3bcac commit b8147bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b8147bb

Please sign in to comment.