Skip to content

Commit e9ba7cb

Browse files
chayimbarshaul
authored andcommitted
Pipeline DISCARD support (redis#1565)
closes redis#1539 Part of redis#1546 (cherry picked from commit febede1) cr: https://code.amazon.com/reviews/CR-57987360
1 parent 5516db7 commit e9ba7cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_pipeline.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import pytest
22

33
import redis
4-
from .conftest import wait_for_command, skip_if_server_version_lt, \
5-
skip_if_cluster_mode
4+
from .conftest import wait_for_command, skip_if_server_version_lt
65

76

8-
@skip_if_cluster_mode()
97
class TestPipeline:
108
def test_pipeline_is_true(self, r):
119
"Ensure pipeline instances are not false-y"

0 commit comments

Comments
 (0)