mirror of
https://github.com/containers/podman.git
synced 2025-06-24 11:28:24 +08:00
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:
@ -24,6 +24,8 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "podman run --blkio-weight-device" {
|
@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"
|
skip_if_rootless "cannot create devices in rootless mode"
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@ function teardown() {
|
|||||||
|
|
||||||
|
|
||||||
@test "podman update - test all options" {
|
@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
|
local cgv=1
|
||||||
if is_cgroupsv2; then
|
if is_cgroupsv2; then
|
||||||
|
Reference in New Issue
Block a user