diff --git a/src/test/java/redis/clients/jedis/commands/jedis/ControlCommandsTest.java b/src/test/java/redis/clients/jedis/commands/jedis/ControlCommandsTest.java index 5e65f349e9..cf4d500fe7 100644 --- a/src/test/java/redis/clients/jedis/commands/jedis/ControlCommandsTest.java +++ b/src/test/java/redis/clients/jedis/commands/jedis/ControlCommandsTest.java @@ -24,7 +24,6 @@ import io.redis.test.annotations.SinceRedisVersion; import org.hamcrest.MatcherAssert; import org.hamcrest.Matchers; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @@ -577,7 +576,6 @@ public void commandInfoAcl() { } @Test - @Ignore( "Till https://github.com/redis/jedis/issues/4020 is resolved") public void commandInfoWithSubcommands() { Map infos = jedis.commandInfo("ACL");