Updated test skip to include all OS's

This commit is contained in:
David Murphy 2024-07-12 11:25:31 -06:00 committed by Daniel Wozniak
parent dd1309cb2b
commit 37a1c80792

View file

@ -33,9 +33,9 @@ def test_salt_downgrade_minion(salt_call_cli, install_salt):
install_salt.prev_version
) < packaging.version.parse("3006.9")
if is_restart_fixed and install_salt.distro_id in ("ubuntu", "debian"):
if is_restart_fixed:
pytest.skip(
"Skip package test for Debian and Ubuntu, since downgrade version is less than "
"Skip package test, since downgrade version is less than "
"3006.9 which had fixes for salt-minion restarting, see PR 66218"
)