mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
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
This commit is contained in:
parent
8fd755ffe6
commit
307abfc83a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user