mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The problem is still present in 3006.4, can't test downgrade
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
b83ede5272
commit
2ba6543016
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ def test_issue_65231_etc_logrotate_salt_dir_removed(install_salt):
|
|||
"""
|
||||
if install_salt.prev_version and packaging.version.parse(
|
||||
install_salt.prev_version
|
||||
) == packaging.version.parse("3006.3"):
|
||||
pytest.skip("Testing a downgrade to 3006.3, do not run")
|
||||
) <= packaging.version.parse("3006.4"):
|
||||
pytest.skip("Testing a downgrade to 3006.4, do not run")
|
||||
|
||||
path = pathlib.Path("/etc/logrotate.d/salt")
|
||||
if path.exists():
|
||||
|
|
Loading…
Add table
Reference in a new issue