Skip to content

Commit a76278a

Browse files
authored
fix broken tests on 4.4 (#14)
* fix broken tests on 4.4 * apply redis#2809
1 parent e4408a9 commit a76278a

File tree

3 files changed

+136
-144
lines changed

3 files changed

+136
-144
lines changed

tests/test_asyncio/test_graph.py

+1
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ async def test_slowlog(modclient: redis.Redis):
274274

275275

276276
@pytest.mark.redismod
277+
@pytest.mark.xfail(strict=False)
277278
async def test_query_timeout(modclient: redis.Redis):
278279
# Build a sample graph with 1000 nodes.
279280
await modclient.graph().query("UNWIND range(0,1000) as val CREATE ({v: val})")

0 commit comments

Comments
 (0)