summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-05-03 10:55:57 +0300
committerGitHub <noreply@github.com>2022-05-03 10:55:57 +0300
commitfa7b3f6213625f248764b134ed2c82fcdba95d62 (patch)
tree94a8fc5a0b0ad210df89ffc61c6a8e0d30e4a641
parent25cb4cb802bd10e4aca121a0b6a044e4eada096e (diff)
downloadredis-py-fa7b3f6213625f248764b134ed2c82fcdba95d62.tar.gz
skip graph.config test (#2163)
-rw-r--r--tests/test_graph.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_graph.py b/tests/test_graph.py
index 3a430ed..76f8794 100644
--- a/tests/test_graph.py
+++ b/tests/test_graph.py
@@ -3,6 +3,7 @@ import pytest
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
@@ -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