mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed DGM comment and adjusted skip for downgrade
This commit is contained in:
parent
37a1c80792
commit
98d7acdeb8
2 changed files with 1 additions and 4 deletions
|
@ -33,7 +33,7 @@ def test_salt_downgrade_minion(salt_call_cli, install_salt):
|
|||
install_salt.prev_version
|
||||
) < packaging.version.parse("3006.9")
|
||||
|
||||
if is_restart_fixed:
|
||||
if is_restart_fixed and install_salt.distro_id in ("ubuntu", "debian", "macos"):
|
||||
pytest.skip(
|
||||
"Skip package test, since downgrade version is less than "
|
||||
"3006.9 which had fixes for salt-minion restarting, see PR 66218"
|
||||
|
|
|
@ -10,9 +10,6 @@ def test_services(install_salt, salt_call_cli):
|
|||
"""
|
||||
Check if Services are enabled/disabled
|
||||
"""
|
||||
## DGM if not install_salt.upgrade:
|
||||
## DGM install_salt.install()
|
||||
|
||||
services_disabled = []
|
||||
services_enabled = []
|
||||
if install_salt.distro_id in ("ubuntu", "debian"):
|
||||
|
|
Loading…
Add table
Reference in a new issue