Skip to content

Commit

Permalink
ignore multiple for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbodong22011 committed Aug 22, 2023
1 parent eab8daf commit 323d37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/redis/clients/jedis/ClusterPipeliningTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import redis.clients.jedis.args.*;
Expand Down Expand Up @@ -1063,6 +1064,7 @@ public void transaction() {
}

@Test(timeout = 10_000L)
@Ignore
public void multiple() {
final int maxTotal = 100;
ConnectionPoolConfig poolConfig = new ConnectionPoolConfig();
Expand Down

0 comments on commit 323d37b

Please sign in to comment.