Skip to content

Commit

Permalink
Missing enable existing SSL tests without impacting new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Nov 18, 2024
1 parent 315d73d commit 00d6dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/redis/clients/jedis/SSLACLJedisTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* <p>
* This test is only executed when the server/cluster is Redis 6. or more.
*/
@org.junit.Ignore // TODO: enable -- (in a different way?)
public class SSLACLJedisTest {

protected static final EndpointConfig endpoint = HostAndPorts.getRedisEndpoint("standalone0-acl-tls");
Expand Down

0 comments on commit 00d6dce

Please sign in to comment.