We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c58815 commit 6d61781Copy full SHA for 6d61781
src/test/java/redis/clients/jedis/commands/jedis/ControlCommandsTest.java
@@ -24,7 +24,6 @@
24
import io.redis.test.annotations.SinceRedisVersion;
25
import org.hamcrest.MatcherAssert;
26
import org.hamcrest.Matchers;
27
-import org.junit.Ignore;
28
import org.junit.Test;
29
import org.junit.runner.RunWith;
30
import org.junit.runners.Parameterized;
@@ -577,7 +576,6 @@ public void commandInfoAcl() {
577
576
}
578
579
@Test
580
- @Ignore( "Till https://github.com/redis/jedis/issues/4020 is resolved")
581
public void commandInfoWithSubcommands() {
582
Map<String, CommandInfo> infos = jedis.commandInfo("ACL");
583
0 commit comments