Skip to content

Commit 323d37b

Browse files
ignore multiple for debug
1 parent eab8daf commit 323d37b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/redis/clients/jedis/ClusterPipeliningTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import org.junit.AfterClass;
1212
import org.junit.Before;
1313
import org.junit.BeforeClass;
14+
import org.junit.Ignore;
1415
import org.junit.Test;
1516

1617
import redis.clients.jedis.args.*;
@@ -1063,6 +1064,7 @@ public void transaction() {
10631064
}
10641065

10651066
@Test(timeout = 10_000L)
1067+
@Ignore
10661068
public void multiple() {
10671069
final int maxTotal = 100;
10681070
ConnectionPoolConfig poolConfig = new ConnectionPoolConfig();

0 commit comments

Comments
 (0)