From b0e1dfd7b32c9b155b9190868ea17ec6823fef46 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 21 Aug 2024 14:04:53 -0600 Subject: [PATCH] Revert logrotation test to RedHat family only --- .../pytests/pkg/integration/test_salt_user.py | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/pytests/pkg/integration/test_salt_user.py b/tests/pytests/pkg/integration/test_salt_user.py index 96180a972fe..864528b01cb 100644 --- a/tests/pytests/pkg/integration/test_salt_user.py +++ b/tests/pytests/pkg/integration/test_salt_user.py @@ -235,17 +235,17 @@ def test_paths_log_rotation( ): pytest.skip("Package path ownership was changed in salt 3006.4") - # DGM if install_salt.distro_id not in ( - # DGM "almalinux", - # DGM "rocky", - # DGM "centos", - # DGM "redhat", - # DGM "amzn", - # DGM "fedora", - # DGM ): - # DGM pytest.skip( - # DGM "Only tests RedHat family packages till logrotation paths are resolved on Ubuntu/Debian, see issue 65231" - # DGM ) + if install_salt.distro_id not in ( + "almalinux", + "rocky", + "centos", + "redhat", + "amzn", + "fedora", + ): + pytest.skip( + "Only tests RedHat family packages till logrotation paths are resolved on Ubuntu/Debian, see issue 65231" + ) match = False for proc in psutil.Process(salt_master.pid).children():