diff --git a/tests/python_on_whales/components/test_container.py b/tests/python_on_whales/components/test_container.py index ef7978cb..bf13a8c3 100644 --- a/tests/python_on_whales/components/test_container.py +++ b/tests/python_on_whales/components/test_container.py @@ -295,7 +295,8 @@ def test_remove_on_exit(ctr_client: DockerClient): pytest.param( "podman", marks=pytest.mark.xfail( - reason="Cgroup control not available with rootless podman on cgroups v1" + reason="Cgroup control not available with rootless podman on cgroups v1", + strict=False, ), ), ],