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 041fe08 commit 1064caaCopy full SHA for 1064caa
tests/test_asyncio/test_graph.py
@@ -274,6 +274,7 @@ async def test_slowlog(modclient: redis.Redis):
274
275
276
@pytest.mark.redismod
277
+@pytest.mark.xfail(strict=False)
278
async def test_query_timeout(modclient: redis.Redis):
279
# Build a sample graph with 1000 nodes.
280
await modclient.graph().query("UNWIND range(0,1000) as val CREATE ({v: val})")
tests/test_graph.py
@@ -292,6 +292,7 @@ def test_slowlog(client):
292
293
294
295
296
def test_query_timeout(client):
297
298
client.graph().query("UNWIND range(0,1000) as val CREATE ({v: val})")
0 commit comments