Skip to content

Commit ae202ed

Browse files
committed
Enable pkg tests for systemd status on upgrade
Enables tests for systemd status (enabled, active etc). These were added in #66218 but disabled. We should actually be testing this.
1 parent b0d5b6e commit ae202ed

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/pytests/pkg/upgrade/test_systemd_permissions.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44

55
pytestmark = [
66
pytest.mark.skip_unless_on_linux(reason="Only supported on Linux family"),
7-
pytest.mark.skipif(
8-
True,
9-
reason=(
10-
"Package permissions are getting reworked in "
11-
"https://github.com/saltstack/salt/pull/66218"
12-
),
13-
),
147
]
158

169

0 commit comments

Comments
 (0)