summaryrefslogtreecommitdiff
path: root/test/system/410-selinux.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2021-03-20 08:21:46 -0600
committerEd Santiago <santiago@redhat.com>2021-03-20 08:21:46 -0600
commitafce37671f19e1545d7f61bb8b9d91b3077b17ed (patch)
tree06258ee97ad9dddf38f67d8c5244a4be53784b02 /test/system/410-selinux.bats
parentebc9871c9358b41daefc37e5db8119f596770cb7 (diff)
downloadpodman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.tar.gz
podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.tar.bz2
podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.zip
System tests: reenable a bunch of skipped tests
Checking for 'skip.*[0-9]{4,5}', and checking status on said issues, finds several that have been closed. Let's see if they're really fixed. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/410-selinux.bats')
-rw-r--r--test/system/410-selinux.bats3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/system/410-selinux.bats b/test/system/410-selinux.bats
index 49743ff33..4a2c7b7a4 100644
--- a/test/system/410-selinux.bats
+++ b/test/system/410-selinux.bats
@@ -61,9 +61,6 @@ function check_label() {
# SELinux not enabled on Ubuntu, so we should never get here
die "WHOA! SELinux enabled, but no /usr/bin/rpm!"
fi
- if [[ "$cs_version" < "2.146" ]]; then
- skip "FIXME: #7939: requires container-selinux-2.146.0 (currently installed: $cs_version)"
- fi
fi
# FIXME FIXME FIXME: delete up to here, leaving just check_label