summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_capabilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_ipalib/test_capabilities.py')
-rw-r--r--ipatests/test_ipalib/test_capabilities.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipatests/test_ipalib/test_capabilities.py b/ipatests/test_ipalib/test_capabilities.py
index 21e53c2dc..9a44fbebc 100644
--- a/ipatests/test_ipalib/test_capabilities.py
+++ b/ipatests/test_ipalib/test_capabilities.py
@@ -23,6 +23,9 @@ Test the `ipalib.errors` module.
from ipalib.capabilities import capabilities, client_has_capability
+import pytest
+
+pytestmark = pytest.mark.tier0
def test_client_has_capability():
assert capabilities['messages'] == u'2.52'