From 8167cf84b80d54754abacaff4dfbf02314364164 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 29 May 2023 12:02:51 +0100 Subject: [PATCH] Add `@pytest.mark.flaky_jail` to `tests/pytests/integration/ssh/test_ssh_setup.py::test_setup` Signed-off-by: Pedro Algarvio --- tests/pytests/integration/ssh/test_ssh_setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytests/integration/ssh/test_ssh_setup.py b/tests/pytests/integration/ssh/test_ssh_setup.py index eddf31caccd..00e7e6394ff 100644 --- a/tests/pytests/integration/ssh/test_ssh_setup.py +++ b/tests/pytests/integration/ssh/test_ssh_setup.py @@ -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