fix(integration): disable needrestart test due to upstream issue.

This commit is contained in:
Alexandre Pujol 2024-11-21 20:22:52 +00:00 committed by nobody43
parent 17fe134d70
commit 64b8cf41c7

View file

@ -5,6 +5,10 @@
load common
setup_file() {
skip "mqueue raised despite the rule being present. See https://gitlab.com/apparmor/apparmor/-/issues/362"
}
@test "needrestart: List outdated processes" {
needrestart
}