Skip broken/flaky blkio-weight test

Ref: https://github.com/containers/podman/issues/19471

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2023-08-01 11:23:35 -04:00
parent 822f2f4952
commit b69cd8d84c
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@ function teardown() {
}
@test "podman run --blkio-weight-device" {
# Broken on rawhide & F38 images as of c20230726t191046z-f38f37d13
skip "FIXME: #19471 brq / blkio / loopbackfs / something broken"
skip_if_rootless "cannot create devices in rootless mode"

View File

@ -17,6 +17,8 @@ function teardown() {
@test "podman update - test all options" {
# Broken on rawhide & F38 images as of c20230726t191046z-f38f37d13
skip "FIXME: #19471 brq / blkio / loopbackfs / something broken"
local cgv=1
if is_cgroupsv2; then