Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h committed May 6, 2024
1 parent 3b09eee commit 0bcd574
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_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ async def test_config(decoded_r: redis.Redis):

@pytest.mark.redismod
@pytest.mark.onlynoncluster
@skip_if_redis_enterprise()
async def test_aggregations_groupby(decoded_r: redis.Redis):
# Creating the index definition and schema
await decoded_r.ft().create_index(
Expand Down
1 change: 1 addition & 0 deletions tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ def test_config(client):

@pytest.mark.redismod
@pytest.mark.onlynoncluster
@skip_if_redis_enterprise()
def test_aggregations_groupby(client):
# Creating the index definition and schema
client.ft().create_index(
Expand Down

0 comments on commit 0bcd574

Please sign in to comment.