summaryrefslogtreecommitdiff
path: root/src/leap/mail/adaptors
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/mail/adaptors')
-rw-r--r--src/leap/mail/adaptors/tests/test_soledad_adaptor.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/leap/mail/adaptors/tests/test_soledad_adaptor.py b/src/leap/mail/adaptors/tests/test_soledad_adaptor.py
index b67e738..61e387c 100644
--- a/src/leap/mail/adaptors/tests/test_soledad_adaptor.py
+++ b/src/leap/mail/adaptors/tests/test_soledad_adaptor.py
@@ -382,7 +382,9 @@ class SoledadMailAdaptorTestCase(SoledadTestMixin):
def test_get_msg_from_metamsg_doc_id(self):
# TODO complete-me!
- self.skipTest("Not yet implemented")
+ pass
+
+ test_get_msg_from_metamsg_doc_id.skip = "Not yet implemented"
def test_create_msg(self):
adaptor = self.get_adaptor()