summaryrefslogtreecommitdiff
path: root/src/leap/mail/adaptors/tests/test_soledad_adaptor.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-20 23:45:19 -0400
committerKali Kaneko <kali@leap.se>2015-08-21 00:02:06 -0400
commitda03f8933a59bde6b9c928416ca333630f04819a (patch)
tree1ab5c585e62f988829034e50696bfcfd3f4b3b2e /src/leap/mail/adaptors/tests/test_soledad_adaptor.py
parentc279e6587f9240d7eb9806996bc84d09cc5d8c97 (diff)
[tests] properly skip not implemented tests, do not raise
Diffstat (limited to 'src/leap/mail/adaptors/tests/test_soledad_adaptor.py')
-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()