diff options
author | Michal Koutný <mkoutny@suse.com> | 2024-04-29 17:51:54 +0200 |
---|---|---|
committer | Michal Koutný <mkoutny@suse.com> | 2024-05-23 18:05:25 +0200 |
commit | 307abfc83a41962c9db76dc09f1dcc84828308ef (patch) | |
tree | 945707d91a80ac3bd17c6f7d3a6efed484a537f6 /test | |
parent | test: Ensure delegation test unit has memory controller (diff) | |
download | systemd-307abfc83a41962c9db76dc09f1dcc84828308ef.tar.xz systemd-307abfc83a41962c9db76dc09f1dcc84828308ef.zip |
Revert "TEST-19-CGROUP: Skip on opensuse"
This reverts commit 60d064d3fdfc21d9209d81ed8b29fe0d90891ebf.
The logged test failure was because of missing memory controller in
testing cgroup. With the test fixed in previous commit, memory
attributes are delegated as expected.
Ref: #32439
Diffstat (limited to 'test')
-rwxr-xr-x | test/units/TEST-19-CGROUP.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/units/TEST-19-CGROUP.sh b/test/units/TEST-19-CGROUP.sh index 60c53cd80d..9c2a033aa9 100755 --- a/test/units/TEST-19-CGROUP.sh +++ b/test/units/TEST-19-CGROUP.sh @@ -3,14 +3,6 @@ set -eux set -o pipefail -. /etc/os-release -# FIXME: This test fails on opensuse with the following error and others: -# Apr 25 10:24:04 H (cat)[910]: device-mapper: create ioctl on ... failed: Device or resource busy -if [[ "$ID" =~ "opensuse" ]]; then - echo "Skipping due to known unexpected behaviour in OpenSUSE kernels" >>/skipped - exit 77 -fi - # shellcheck source=test/units/test-control.sh . "$(dirname "$0")"/test-control.sh |