Skip to content
Snippets Groups Projects
Unverified Commit e8c7c4d3 authored by anarcat's avatar anarcat
Browse files

skip test failing because of yet another expired key

parent 4601c1c2
Branches 2.2.x
Tags 2.2.4
No related merge requests found
......@@ -29,7 +29,7 @@ import sys
sys.path.insert(0, os.path.dirname(__file__) + '/../..')
from monkeysign.gpg import TempKeyring
from test_lib import TestTimeLimit, AlarmException, find_test_file, skipUnlessNetwork
from test_lib import TestTimeLimit, AlarmException, find_test_file, skipUnlessNetwork, skipIfDatePassed
@skipUnlessNetwork()
......@@ -52,6 +52,7 @@ the network forever"""
except AlarmException:
raise unittest.case._ExpectedFailure(sys.exc_info())
@skipIfDatePassed('2017-02-25T00:00:00UTC')
def test_special_key(self):
"""test a key that sign_key had trouble with"""
self.assertTrue(self.gpg.import_data(open(find_test_file('96F47C6A.asc')).read()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment