summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiangph <jiangph@cn.ibm.com>2020-01-16 18:30:01 +0800
committerjiangph <jiangph@cn.ibm.com>2020-01-16 18:30:40 +0800
commitf606dbd93def66d74a7370d34afe4d63578649f7 (patch)
tree75300b46edf05c813d43f5c4cd3a11e84cffed05
parent4abccdde2dbd2e942b7470926e05a387cac248d5 (diff)
downloadcouchdb-f606dbd93def66d74a7370d34afe4d63578649f7.tar.gz
add check for text service
-rw-r--r--src/mango/test/21-empty-selector-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mango/test/21-empty-selector-tests.py b/src/mango/test/21-empty-selector-tests.py
index 765958ecd..fda18f6e4 100644
--- a/src/mango/test/21-empty-selector-tests.py
+++ b/src/mango/test/21-empty-selector-tests.py
@@ -63,7 +63,7 @@ class EmptySelectorNoIndexTests(
):
pass
-
+@unittest.skipUnless(mango.has_text_service(), "requires text service")
class EmptySelectorTextTests(make_empty_selector_suite(mango.UserDocsTextTests)):
pass