2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 13:58:22 +00:00

Merge tests: skip profile tests on Fedora

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1501
Approved-by: Georgia Garcia <georgia.garcia@canonical.com>
Merged-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
Georgia Garcia
2025-01-23 13:54:06 +00:00

View File

@@ -125,6 +125,9 @@ debug-each: |
suites: suites:
tests/profiles/: tests/profiles/:
summary: Tests that exercise specific application profiles summary: Tests that exercise specific application profiles
systems:
# AppArmor is not enabled in the kernel.
- -fedora-cloud-*
# variables: # variables:
# PROFILE_NAME: name of the profile on disk # PROFILE_NAME: name of the profile on disk
# PROGRAM_NAME: name of the program to execute # PROGRAM_NAME: name of the program to execute