Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Sep 13, 2024
1 parent 3a549c3 commit 5d4c070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/performance/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


@pytest.fixture
@pytest.mark.parametrize("max_conns", 1)
async def redis_cache(redis_client):
# redis connection pool raises ConnectionError but doesn't wait for conn reuse
# when exceeding max pool size.
Expand Down

0 comments on commit 5d4c070

Please sign in to comment.