Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monkeysign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
monkeysphere
monkeysign
Commits
e8c7c4d3
Unverified
Commit
e8c7c4d3
authored
6 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
skip test failing because of yet another expired key
parent
4601c1c2
Branches
2.2.x
Branches containing commit
Tags
2.2.4
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
monkeysign/tests/test_network.py
+2
-1
2 additions, 1 deletion
monkeysign/tests/test_network.py
with
2 additions
and
1 deletion
monkeysign/tests/test_network.py
+
2
−
1
View file @
e8c7c4d3
...
...
@@ -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
()))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment