We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2a6fc commit 68f196dCopy full SHA for 68f196d
tests/ssh/test_ssh.py
@@ -54,8 +54,8 @@ def craete_location(host):
54
55
56
57
-@pytest.mark.skipif(not Shell.ssh_enabled(), reason="SSH is not enabled")
58
-@pytest.mark.skipif(github_action, reason='GitHub Runner uses Azure and Azure does not have an ssh key set up!')
+@pytest.mark.skipif(github_action or not Shell.ssh_enabled(),
+ reason="SSH is not enabled, or, this test is running in GitHub Actions")
59
@pytest.mark.incremental
60
class TestSsh:
61
0 commit comments