Skip to content

Commit

Permalink
Fix CI (redis#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h authored and zach-iee committed Aug 24, 2023
1 parent 041fe08 commit 1064caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_asyncio/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ async def test_slowlog(modclient: redis.Redis):


@pytest.mark.redismod
@pytest.mark.xfail(strict=False)
async def test_query_timeout(modclient: redis.Redis):
# Build a sample graph with 1000 nodes.
await modclient.graph().query("UNWIND range(0,1000) as val CREATE ({v: val})")
Expand Down
1 change: 1 addition & 0 deletions tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def test_slowlog(client):


@pytest.mark.redismod
@pytest.mark.xfail(strict=False)
def test_query_timeout(client):
# Build a sample graph with 1000 nodes.
client.graph().query("UNWIND range(0,1000) as val CREATE ({v: val})")
Expand Down

0 comments on commit 1064caa

Please sign in to comment.