mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
remove iroh underscore domain support for now.
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user