Skip to content

Commit 3013c93

Browse files
committed
tests/upgrade: drop glob exception for SELinux check
The issue described in coreos/fedora-coreos-tracker#1806 has since been fixed and a recent run didn't show these files as being mislabeled so I think we can drop this exception.
1 parent 41152f4 commit 3013c93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/kola/upgrade/extended/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ selinux-sanity-check() {
211211
paths="$(echo "${mislabeled}" | grep "Would relabel" | cut -d ' ' -f 3)"
212212
found=""
213213
while read -r path; do
214-
# Add in a few temporary glob exceptions
215-
# https://github.com/coreos/fedora-coreos-tracker/issues/1806
216-
[[ "${path}" =~ /etc/selinux/targeted/active/ ]] && continue
217214
if [[ "${exceptions[$path]:-noexception}" == 'noexception' ]]; then
218215
echo "Unexpected mislabeled file found: ${path}"
219216
found="1"

0 commit comments

Comments
 (0)