Skip to content

Commit

Permalink
Make the test_cpus() testcase non-strict xfail for podman (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisGaul committed Jun 7, 2024
1 parent d09f324 commit 5683cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python_on_whales/components/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
),
],
Expand Down

0 comments on commit 5683cd8

Please sign in to comment.