From 3723761d391a01fea80ad6133462ac289339e67e Mon Sep 17 00:00:00 2001 From: Kevin O'Gorman Date: Fri, 9 Jul 2021 15:45:40 -0400 Subject: [PATCH] The test_update test should now pass, as a github release with a freshlly-signed tag is available --- admin/tests/test_integration.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/tests/test_integration.py b/admin/tests/test_integration.py index 2bc7dbd0f5..eff9ff99ad 100644 --- a/admin/tests/test_integration.py +++ b/admin/tests/test_integration.py @@ -586,8 +586,6 @@ def test_check_for_update_when_updates_not_needed(securedrop_git_repo): 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')