Skip to content

Commit

Permalink
Temporarily marked admin test_update() as xfailing, pending 2.0.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jul 6, 2021
1 parent 0589168 commit ee83201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@ def test_check_for_update_when_updates_not_needed(securedrop_git_repo):
assert child.exitstatus == 0
assert child.signalstatus is None


# This test will fail until a tag with the 2021 signing key is pushed
@pytest.mark.xfail
@flaky(max_runs=3)
def test_update(securedrop_git_repo):
gpgdir = os.path.join(os.path.expanduser('~'), '.gnupg')
Expand Down

0 comments on commit ee83201

Please sign in to comment.