diff --git a/test/system/080-pause.bats b/test/system/080-pause.bats index 7ce8e9b5ce..8dc18648c1 100644 --- a/test/system/080-pause.bats +++ b/test/system/080-pause.bats @@ -6,7 +6,9 @@ load helpers load helpers.systemd -# bats test_tags=ci:parallel +# SHOULD NOT BE PARALLELIZED! The use of podman ps -a makes it timing sensitive +# as this command takes locks of all containers and parallel containers may +# block for a while. @test "podman pause/unpause" { if is_rootless && ! is_cgroupsv2; then skip "'podman pause' (rootless) only works with cgroups v2"