Skip to content

Commit 6d61781

Browse files
committed
re-enable commandInfoWithSubcommands()
Issue #4020 is resolved now
1 parent 6c58815 commit 6d61781

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/redis/clients/jedis/commands/jedis/ControlCommandsTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import io.redis.test.annotations.SinceRedisVersion;
2525
import org.hamcrest.MatcherAssert;
2626
import org.hamcrest.Matchers;
27-
import org.junit.Ignore;
2827
import org.junit.Test;
2928
import org.junit.runner.RunWith;
3029
import org.junit.runners.Parameterized;
@@ -577,7 +576,6 @@ public void commandInfoAcl() {
577576
}
578577

579578
@Test
580-
@Ignore( "Till https://github.com/redis/jedis/issues/4020 is resolved")
581579
public void commandInfoWithSubcommands() {
582580
Map<String, CommandInfo> infos = jedis.commandInfo("ACL");
583581

0 commit comments

Comments
 (0)