Skip to content

Commit

Permalink
test: Stop failing on SELinux messages in rawhide and CentOS 10
Browse files Browse the repository at this point in the history
There's a new firehose of SELinux violations in these distros. They are
just too messy, ungated, and we can't keep up with reporting all the
issues any more.

Fixes #20542
  • Loading branch information
martinpitt committed Jun 16, 2024
1 parent 95b9e95 commit 86e2b69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ 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
export TEST_AUDIT_NO_SELINUX=1
fi
if [ -n "$TEST_SCENARIO" ] && [ -z "$RUN_OPTS" ]; then
echo "Unknown test scenario: $TEST_SCENARIO"
exit 1
Expand Down

0 comments on commit 86e2b69

Please sign in to comment.