From 5087fa67dca12115b15e3ced3f55ae242ddad1fd Mon Sep 17 00:00:00 2001 From: kevgliss Date: Wed, 7 Dec 2016 16:52:00 -0800 Subject: [PATCH] skipping a few tests that aren't ready yet (#571) --- lemur/tests/test_messaging.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lemur/tests/test_messaging.py b/lemur/tests/test_messaging.py index 4bafce2d..73bd442c 100644 --- a/lemur/tests/test_messaging.py +++ b/lemur/tests/test_messaging.py @@ -21,9 +21,11 @@ def test_needs_notification(app, certificate, notification): assert needs_notification(certificate) +@pytest.skip def test_send_expiration_notification(): assert False +@pytest.skip def test_send_rotation_notification(): assert False