Skip to content

Commit a279aaa

Browse files
committed
[DO NOT MERGE] un-mark ssh tests as slow
let them run on PR workflow, without enabling all slow tests
1 parent eebabc9 commit a279aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytests/integration/netapi/test_ssh_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from tests.support.mock import patch
1313

1414
pytestmark = [
15-
pytest.mark.slow_test,
15+
# pytest.mark.slow_test,
1616
pytest.mark.requires_sshd_server,
1717
pytest.mark.skipif(
1818
'grains["osfinger"].startswith(("Arch Linux"))',

0 commit comments

Comments
 (0)