Skip to content

Commit

Permalink
fix broken tests on 4.4 (#14)
Browse files Browse the repository at this point in the history
* fix broken tests on 4.4

* apply redis#2809
  • Loading branch information
zach-iee authored Aug 24, 2023
1 parent e4408a9 commit a76278a
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 144 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
Loading

0 comments on commit a76278a

Please sign in to comment.