skipping a few tests that aren't ready yet (#571)

This commit is contained in:
kevgliss 2016-12-07 16:52:00 -08:00 committed by GitHub
parent fc205713c8
commit 5087fa67dc
1 changed files with 2 additions and 0 deletions

View File

@ -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