From 6bbb5e07e52e574c98f540b1a020c81c680788d8 Mon Sep 17 00:00:00 2001 From: missytake Date: Thu, 2 May 2024 13:33:11 +0200 Subject: [PATCH] echo: skip test as long as it's broken --- cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py b/cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py index cb11a425..8071569a 100644 --- a/cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py +++ b/cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py @@ -182,6 +182,7 @@ def test_hide_senders_ip_address(cmfactory): def test_echobot(cmfactory, chatmail_config, lp): + pytest.skip("doesn't work right now #277") ac = cmfactory.get_online_accounts(1)[0] lp.sec(f"Send message to echo@{chatmail_config.mail_domain}")