Rearranging tests

This commit is contained in:
dmurphy18 2024-06-18 15:23:59 -06:00 committed by Daniel Wozniak
parent c48a3e412c
commit 761c576bf5

View file

@ -119,6 +119,9 @@ def test_salt_upgrade(salt_call_cli, install_salt):
"""
Test an upgrade of Salt, Minion and Master
"""
if not install_salt.upgrade:
pytest.skip("Not testing an upgrade, do not run")
if install_salt.relenv:
original_py_version = install_salt.package_python_version()