From a6f0e0a3b023fdd6a830eaf51e9b3da187af0b04 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 14 Jun 2020 22:48:42 +0200 Subject: [PATCH] tests: Ignore message about wrong beakerlib app-info permissions This is unrelated to the test, and really uninteresting. --- tests/run-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run-test.sh b/tests/run-test.sh index 6c5da00..232effb 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -29,6 +29,8 @@ if [ "$TEST_OS" = "fedora-33" ]; then export TEST_OS=fedora-32 fi +# HACK: CI hits this selinux denial. Unrelated to our tests. +export TEST_ALLOW_JOURNAL_MESSAGES=".*Permission denied: '/var/cache/app-info/xmls/beakerlib-libraries.xml'" # select tests TESTS=""