Skip to content

Commit

Permalink
Skip broken/flaky blkio-weight test
Browse files Browse the repository at this point in the history
Ref: #19471

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Aug 1, 2023
1 parent 822f2f4 commit b69cd8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/system/180-blkio.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 2 additions & 0 deletions test/system/280-update.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b69cd8d

Please sign in to comment.