Skip to content

Commit

Permalink
skip graph.config test (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h authored May 3, 2022
1 parent 25cb4cb commit fa7b3f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from redis.commands.graph import Edge, Node, Path
from redis.commands.graph.execution_plan import Operation
from redis.exceptions import ResponseError
from tests.conftest import skip_if_redis_enterprise


@pytest.fixture
Expand Down Expand Up @@ -311,6 +312,7 @@ def test_profile(client):


@pytest.mark.redismod
@skip_if_redis_enterprise()
def test_config(client):
config_name = "RESULTSET_SIZE"
config_value = 3
Expand Down

0 comments on commit fa7b3f6

Please sign in to comment.