Skip to content

Commit 537513a

Browse files
authored
Images with modules don't support WAITAOF
Neither redismod nor redis-stack docker image supports WAITAOF command
1 parent a5e8333 commit 537513a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/redis/clients/jedis/modules/graph/GraphPipelineTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ public void testWaitReplicas() {
225225
}
226226

227227
@Test
228+
@org.junit.Ignore
228229
public void testWaitAof() {
229230
Pipeline pipeline = new Pipeline(c);
230231
pipeline.set("x", "1");
@@ -234,5 +235,4 @@ public void testWaitAof() {
234235
List<Object> results = pipeline.syncAndReturnAll();
235236
assertEquals(0L, results.get(3));
236237
}
237-
238238
}

0 commit comments

Comments
 (0)