diff --git a/src/test/java/redis/clients/jedis/tests/JedisNewCommandsCheckTest.java b/src/test/java/redis/clients/jedis/tests/JedisNewCommandsCheckTest.java index 509c5c2..503603d 100644 --- a/src/test/java/redis/clients/jedis/tests/JedisNewCommandsCheckTest.java +++ b/src/test/java/redis/clients/jedis/tests/JedisNewCommandsCheckTest.java @@ -20,7 +20,6 @@ import redis.clients.jedis.Transaction; public class JedisNewCommandsCheckTest extends Assert { @Test - @Ignore(value = "Ignored because still missing information for DEBUG and LINSERT commands") public void checkJedisIsUpdated() throws IOException { String[] commands = getAvailableCommands(); Set implementedCommands = getImplementedCommands();