summaryrefslogtreecommitdiffstats
path: root/ipatests/test_pkcs10/test_pkcs10.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_pkcs10/test_pkcs10.py')
-rw-r--r--ipatests/test_pkcs10/test_pkcs10.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipatests/test_pkcs10/test_pkcs10.py b/ipatests/test_pkcs10/test_pkcs10.py
index a36d1883e..86de3c696 100644
--- a/ipatests/test_pkcs10/test_pkcs10.py
+++ b/ipatests/test_pkcs10/test_pkcs10.py
@@ -30,7 +30,10 @@ from ipalib import pkcs10
from ipapython import ipautil
import nss.nss as nss
from nss.error import NSPRError
+import pytest
+
+@pytest.mark.tier0
class test_update(object):
"""
Test the PKCS#10 Parser.