mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-14 14:15:11 +01:00
fix(integration): disable needrestart test due to upstream issue.
This commit is contained in:
parent
17fe134d70
commit
64b8cf41c7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue