Skip to content

Commit d51137c

Browse files
authored
fix: Temporarily disable test_one_on_one_http_only (#13)
1 parent 590ca85 commit d51137c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/relay_minitest/test_relay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def test_delivery_port_blocked(
7979
lines = relayadmin.wait_for_journal_match("deferred|delivery attempt failed")
8080
lp.indent(lines.splitlines()[-1])
8181

82+
@pytest.mark.skip(reason="mxdeliv currently disabled on chatmail/relay")
8283
def test_one_on_one_http_only(
8384
self, cmfactory, cmfactory2, relayadmin2, lp
8485
):

0 commit comments

Comments
 (0)