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 a5e8333 commit 537513aCopy full SHA for 537513a
src/test/java/redis/clients/jedis/modules/graph/GraphPipelineTest.java
@@ -225,6 +225,7 @@ public void testWaitReplicas() {
225
}
226
227
@Test
228
+ @org.junit.Ignore
229
public void testWaitAof() {
230
Pipeline pipeline = new Pipeline(c);
231
pipeline.set("x", "1");
@@ -234,5 +235,4 @@ public void testWaitAof() {
234
235
List<Object> results = pipeline.syncAndReturnAll();
236
assertEquals(0L, results.get(3));
237
-
238
0 commit comments