remove iroh underscore domain support for now.

This commit is contained in:
holger krekel
2026-03-04 10:53:26 +01:00
committed by link2xt
parent d40e2cf4a4
commit ea7d1c15d5
6 changed files with 22 additions and 618 deletions

View File

@@ -17,6 +17,13 @@ import pytest
from deltachat_rpc_client import EventType
@pytest.fixture(autouse=True)
def _xfail_underscore_domain():
domain = os.environ.get("CHATMAIL_DOMAIN", "")
if domain.startswith("_"):
pytest.xfail("Iroh tests are expected to fail on underscore domains (self-signed TLS certificates)")
@pytest.fixture
def path_to_webxdc(request):
p = request.path.parent.parent.parent.joinpath("test-data/webxdc/chess.xdc")

View File

@@ -1016,7 +1016,6 @@ def test_configured_imap_certificate_checks(acfactory):
# Certificate checks should be configured (not None)
info = alice.get_info()
domain = alice.get_config("addr").split("@")[-1]
assert "cert_automatic" in info.used_transport_settings
# "cert_old_automatic" is the value old Delta Chat core versions used