Skip to content

Commit

Permalink
test: Stop failing on SELinux messages for all Fedoras
Browse files Browse the repository at this point in the history
Fedora 40 pending updates also cause all kinds of new errors.

Extends commit 86e2b69.

Fixes #20542
  • Loading branch information
martinpitt authored and jelly committed Jun 17, 2024
1 parent 86e2b69 commit 259fc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ case "${TEST_SCENARIO:=}" in
esac

# these are too volatile/ungated, we can't keep up with reporting issues
if [ "$TEST_OS" = "fedora-rawhide" ] || [ "$TEST_OS" = "centos-10" ]; then
if [ "${TEST_OS#fedora}" != "$TEST_OS" ] || [ "$TEST_OS" = "centos-10" ]; then
export TEST_AUDIT_NO_SELINUX=1
fi
Expand Down

0 comments on commit 259fc2d

Please sign in to comment.