Skip to content

Commit

Permalink
GEODE-8211: ignore flaky test (apache#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschneider-pivotal authored Jun 3, 2020
1 parent 62e7c54 commit 1d71714
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import redis.clients.jedis.Jedis;
Expand Down Expand Up @@ -56,6 +57,7 @@ public void shutdownActuallyShutsDownTheServer() {
}

@Test
@Ignore("GEODE-8211")
public void shutdownIsDisabled_whenOnlySupportedCommandsAreAllowed() {
server.getServer().setAllowUnsupportedCommands(false);

Expand Down

0 comments on commit 1d71714

Please sign in to comment.