diff options
Diffstat (limited to 'tests/test_search.py')
-rw-r--r-- | tests/test_search.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_search.py b/tests/test_search.py index 5ee17a2..88d57a9 100644 --- a/tests/test_search.py +++ b/tests/test_search.py @@ -21,6 +21,9 @@ from redis.commands.search.suggestion import Suggestion from .conftest import default_redismod_url, skip_ifmodversion_lt +pytestmark = pytest.mark.onlynoncluster + + WILL_PLAY_TEXT = os.path.abspath( os.path.join(os.path.dirname(__file__), "testdata", "will_play_text.csv.bz2") ) |