diff --git a/changedetectionio/tests/smtp/test_notification_smtp.py b/changedetectionio/tests/smtp/test_notification_smtp.py index 464456f3..7cae13de 100644 --- a/changedetectionio/tests/smtp/test_notification_smtp.py +++ b/changedetectionio/tests/smtp/test_notification_smtp.py @@ -38,7 +38,7 @@ def get_last_message_from_smtp_server(): # Requires running the test SMTP server def test_check_notification_email_formats_default_HTML(client, live_server): - live_server_setup(live_server) + #live_server_setup(live_server) set_original_response() notification_url = 'mailto://changedetection@mailserver:11025/?to=fff@home.com' @@ -85,7 +85,7 @@ def test_check_notification_email_formats_default_HTML(client, live_server): def test_check_notification_email_formats_default_Text_override_HTML(client, live_server): - live_server_setup(live_server) + #live_server_setup(live_server) set_original_response() notification_url = 'mailto://changedetection@mailserver:11025/?to=fff@home.com'