mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-15 14:45:05 +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
|
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" {
|
@test "needrestart: List outdated processes" {
|
||||||
needrestart
|
needrestart
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue