We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab8daf commit 323d37bCopy full SHA for 323d37b
src/test/java/redis/clients/jedis/ClusterPipeliningTest.java
@@ -11,6 +11,7 @@
11
import org.junit.AfterClass;
12
import org.junit.Before;
13
import org.junit.BeforeClass;
14
+import org.junit.Ignore;
15
import org.junit.Test;
16
17
import redis.clients.jedis.args.*;
@@ -1063,6 +1064,7 @@ public void transaction() {
1063
1064
}
1065
1066
@Test(timeout = 10_000L)
1067
+ @Ignore
1068
public void multiple() {
1069
final int maxTotal = 100;
1070
ConnectionPoolConfig poolConfig = new ConnectionPoolConfig();
0 commit comments