mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 00:46:31 +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")
|
||||
|
||||
Reference in New Issue
Block a user