From 065c1d67caf8ccbbce3b61b61951b37a37807965 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Thu, 23 Jan 2025 14:31:20 +0100 Subject: [PATCH] tests: skip profile tests on Fedora Signed-off-by: Zygmunt Krynicki --- spread.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spread.yaml b/spread.yaml index 3fbbebd21..a0fd753f5 100644 --- a/spread.yaml +++ b/spread.yaml @@ -125,6 +125,9 @@ debug-each: | suites: tests/profiles/: summary: Tests that exercise specific application profiles + systems: + # AppArmor is not enabled in the kernel. + - -fedora-cloud-* # variables: # PROFILE_NAME: name of the profile on disk # PROGRAM_NAME: name of the program to execute