We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cb4cb commit fa7b3f6Copy full SHA for fa7b3f6
tests/test_graph.py
@@ -3,6 +3,7 @@
3
from redis.commands.graph import Edge, Node, Path
4
from redis.commands.graph.execution_plan import Operation
5
from redis.exceptions import ResponseError
6
+from tests.conftest import skip_if_redis_enterprise
7
8
9
@pytest.fixture
@@ -311,6 +312,7 @@ def test_profile(client):
311
312
313
314
@pytest.mark.redismod
315
+@skip_if_redis_enterprise()
316
def test_config(client):
317
config_name = "RESULTSET_SIZE"
318
config_value = 3
0 commit comments