mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 13:28:05 +00:00
tests: skip test_logged for DockerExec
This commit is contained in:
@@ -54,6 +54,8 @@ class TestSSHExecutor:
|
|||||||
assert res["A"] or res["AAAA"]
|
assert res["A"] or res["AAAA"]
|
||||||
|
|
||||||
def test_logged(self, sshexec, maildomain, capsys):
|
def test_logged(self, sshexec, maildomain, capsys):
|
||||||
|
if isinstance(sshexec, DockerExec):
|
||||||
|
pytest.skip("This test only works via SSH")
|
||||||
sshexec.logged(
|
sshexec.logged(
|
||||||
remote.rdns.perform_initial_checks, kwargs=dict(mail_domain=maildomain)
|
remote.rdns.perform_initial_checks, kwargs=dict(mail_domain=maildomain)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user