summaryrefslogtreecommitdiff
path: root/tests/db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db')
-rw-r--r--tests/db/utils_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/db/utils_test.py b/tests/db/utils_test.py
index 7c95f27d..b18bbd82 100644
--- a/tests/db/utils_test.py
+++ b/tests/db/utils_test.py
@@ -554,7 +554,6 @@ class TestMessageFromFile(TestCaseClassCleanup):
# existence.
self.assertIn('This is some text', [n.get_payload() for n in m.walk()])
- @unittest.expectedFailure
def test_encrypted_unsigned_doesnt_add_signed_headers(self):
"""Since the message isn't signed, it shouldn't have headers saying
that there is a signature.