mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add @pytest.mark.flaky_jail
to tests/pytests/integration/ssh/test_ssh_setup.py::test_setup
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
fe0083720e
commit
8167cf84b8
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ def salt_ssh_cli(
|
|||
)
|
||||
|
||||
|
||||
@pytest.mark.flaky_jail
|
||||
def test_setup(salt_ssh_cli, ssh_container_name, ssh_sub_container_name, ssh_password):
|
||||
"""
|
||||
Test salt-ssh setup works
|
||||
|
|
Loading…
Add table
Reference in a new issue