mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated test skip to include all OS's
This commit is contained in:
parent
dd1309cb2b
commit
37a1c80792
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue