mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +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"]
|
||||
|
||||
def test_logged(self, sshexec, maildomain, capsys):
|
||||
if isinstance(sshexec, DockerExec):
|
||||
pytest.skip("This test only works via SSH")
|
||||
sshexec.logged(
|
||||
remote.rdns.perform_initial_checks, kwargs=dict(mail_domain=maildomain)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user