summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipaserver
diff options
context:
space:
mode:
authorMilan KubĂ­k <mkubik@redhat.com>2015-08-17 09:06:24 +0200
committerMartin Basti <mbasti@redhat.com>2015-08-20 16:55:26 +0200
commitd8b9125895758cbc33821c176f3e5a05654dbee4 (patch)
tree8aa3d6b5b32f8840d616db9cd79ba0a4a4c0759b /ipatests/test_ipaserver
parent7c48621bb8e9efc47c68bb7b4af936da93325050 (diff)
downloadfreeipa-d8b9125895758cbc33821c176f3e5a05654dbee4.tar.gz
freeipa-d8b9125895758cbc33821c176f3e5a05654dbee4.tar.xz
freeipa-d8b9125895758cbc33821c176f3e5a05654dbee4.zip
ipatests: Take otptoken import test out of execution
The issue reported in ticket [1] hasn't been solved yet. This patch prevents the test cases for OTP import being run. The change is intended as a *temporary* workaround until proper fix for the issue is introduced. [1] https://fedorahosted.org/freeipa/ticket/5192 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests/test_ipaserver')
-rw-r--r--ipatests/test_ipaserver/test_otptoken_import.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipatests/test_ipaserver/test_otptoken_import.py b/ipatests/test_ipaserver/test_otptoken_import.py
index c8818a01e..798f721f5 100644
--- a/ipatests/test_ipaserver/test_otptoken_import.py
+++ b/ipatests/test_ipaserver/test_otptoken_import.py
@@ -20,6 +20,7 @@
import os
import sys
import nose
+import pytest
from nss import nss
from ipalib.x509 import initialize_nss_database
@@ -27,6 +28,7 @@ from ipaserver.install.ipa_otptoken_import import PSKCDocument, ValidationError
basename = os.path.join(os.path.dirname(__file__), "data")
+@pytest.mark.skipif(True, reason="Causes NSS errors. Ticket 5192")
class test_otptoken_import(object):
def teardown(self):