Removed DGM comment and adjusted skip for downgrade

This commit is contained in:
David Murphy 2024-07-12 14:16:35 -06:00 committed by Daniel Wozniak
parent 37a1c80792
commit 98d7acdeb8
2 changed files with 1 additions and 4 deletions

View file

@ -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"

View file

@ -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"):