summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_aci.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_ipalib/test_aci.py')
-rw-r--r--ipatests/test_ipalib/test_aci.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipatests/test_ipalib/test_aci.py b/ipatests/test_ipalib/test_aci.py
index fc484988f..8ced2a93c 100644
--- a/ipatests/test_ipalib/test_aci.py
+++ b/ipatests/test_ipalib/test_aci.py
@@ -25,6 +25,10 @@ from __future__ import print_function
from ipalib.aci import ACI
+import pytest
+
+pytestmark = pytest.mark.tier0
+
def check_aci_parsing(source, expected):
a = ACI(source)
print('ACI was: ', a)