From fa7b3f6213625f248764b134ed2c82fcdba95d62 Mon Sep 17 00:00:00 2001 From: dvora-h <67596500+dvora-h@users.noreply.github.com> Date: Tue, 3 May 2022 10:55:57 +0300 Subject: [PATCH] skip graph.config test (#2163) --- tests/test_graph.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_graph.py b/tests/test_graph.py index 3a430ed4ab..76f8794c18 100644 --- a/tests/test_graph.py +++ b/tests/test_graph.py @@ -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 @@ -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