summaryrefslogtreecommitdiff
path: root/tests/test_monitor.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_monitor.py')
-rw-r--r--tests/test_monitor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_monitor.py b/tests/test_monitor.py
index a8a535b..6c3ea33 100644
--- a/tests/test_monitor.py
+++ b/tests/test_monitor.py
@@ -1,3 +1,4 @@
+import pytest
from .conftest import (
skip_if_redis_enterprise,
skip_ifnot_redis_enterprise,
@@ -5,6 +6,7 @@ from .conftest import (
)
+@pytest.mark.onlynoncluster
class TestMonitor:
def test_wait_command_not_found(self, r):
"Make sure the wait_for_command func works when command is not found"