Skip to content

Commit

Permalink
Revert "TEST-19-CGROUP: Skip on opensuse"
Browse files Browse the repository at this point in the history
This reverts commit 60d064d.
  • Loading branch information
Werkov committed Apr 29, 2024
1 parent aab7bb5 commit c2378ad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/units/testsuite-19.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2378ad

Please sign in to comment.