remove a test that can randomly fail

This commit is contained in:
Son NK 2020-11-05 10:48:32 +01:00
parent 5ef3ab4d74
commit 8b356eef01
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ def test_can_be_used_as_personal_email(flask_client):
# valid domains should not be affected
assert email_can_be_used_as_mailbox("abcd@protonmail.com")
assert email_can_be_used_as_mailbox("abcd@gmail.com")
assert email_can_be_used_as_mailbox("abcd@example.com")
def test_delete_header():