skipping a few tests that aren't ready yet (#571)
This commit is contained in:
parent
fc205713c8
commit
5087fa67dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue