Skip to content

Commit fa7b3f6

Browse files
authored
skip graph.config test (#2163)
1 parent 25cb4cb commit fa7b3f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_graph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from redis.commands.graph import Edge, Node, Path
44
from redis.commands.graph.execution_plan import Operation
55
from redis.exceptions import ResponseError
6+
from tests.conftest import skip_if_redis_enterprise
67

78

89
@pytest.fixture
@@ -311,6 +312,7 @@ def test_profile(client):
311312

312313

313314
@pytest.mark.redismod
315+
@skip_if_redis_enterprise()
314316
def test_config(client):
315317
config_name = "RESULTSET_SIZE"
316318
config_value = 3

0 commit comments

Comments
 (0)