From 6d61781b666acb700baff19c7b63638e65d3afe6 Mon Sep 17 00:00:00 2001 From: ggivo Date: Tue, 26 Nov 2024 10:02:31 +0200 Subject: [PATCH] re-enable commandInfoWithSubcommands() Issue #4020 is resolved now --- .../redis/clients/jedis/commands/jedis/ControlCommandsTest.java | 2 -- 1 file changed, 2 deletions(-) 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");