chore: skip failing test for now

This test was relying on changing DEFAULT_FROM_EMAIL in the test,
but given this setting is used at load from urls.py, it has no
effect.
This commit is contained in:
Yohan Boniface 2024-05-01 16:57:46 +02:00
parent 8c20397209
commit 0002b22f5c

View file

@ -205,6 +205,7 @@ def test_email_sending_error_are_catched(tilelayer, page, live_server):
expect(alert.get_by_text("Can't send email to foo@bar.com")).to_be_visible()
@pytest.mark.skip(reason="Changing DEFAULT_FROM_EMAIL at runtime has no effect")
def test_alert_message_after_create_show_link_even_without_mail(
tilelayer, live_server, page, monkeypatch, settings
):