diff --git a/tests/test_pipeline.py b/tests/test_pipeline.py index 11d0bfb1f5..08bd40bacd 100644 --- a/tests/test_pipeline.py +++ b/tests/test_pipeline.py @@ -1,11 +1,9 @@ import pytest import redis -from .conftest import wait_for_command, skip_if_server_version_lt, \ - skip_if_cluster_mode +from .conftest import wait_for_command, skip_if_server_version_lt -@skip_if_cluster_mode() class TestPipeline: def test_pipeline_is_true(self, r): "Ensure pipeline instances are not false-y"