From b69cd8d84ccfde3bbdae001d0e28329f001e4507 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 1 Aug 2023 11:23:35 -0400 Subject: [PATCH] Skip broken/flaky blkio-weight test Ref: https://github.com/containers/podman/issues/19471 Signed-off-by: Chris Evich --- test/system/180-blkio.bats | 2 ++ test/system/280-update.bats | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/system/180-blkio.bats b/test/system/180-blkio.bats index a156773943..5ff331ce5f 100644 --- a/test/system/180-blkio.bats +++ b/test/system/180-blkio.bats @@ -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" diff --git a/test/system/280-update.bats b/test/system/280-update.bats index c7037c2865..a9e446f365 100644 --- a/test/system/280-update.bats +++ b/test/system/280-update.bats @@ -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