mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
Semiperiodoc cleanup of obsolete FIXMEs
Some refer to issues that are closed. Remove them. Some are runc bugs that will never be fixed. Say so, and remove the FIXME. One (bps/iops) should probably be fixed. File an issue for it, and update comment to include the issue# so my find-obsolete-skips script can track it. And one (rootless mount with a "kernel bug?" comment) is still not fixed. Leave the skip, but add a comment documenting the symptom. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@@ -535,7 +535,8 @@ var _ = Describe("Verify podman containers.conf usage", func() {
|
||||
|
||||
It("podman containers.conf cgroups=disabled", func() {
|
||||
if !strings.Contains(podmanTest.OCIRuntime, "crun") {
|
||||
Skip("FIXME: requires crun")
|
||||
// Assume this will never be fixed in runc
|
||||
Skip("NoCgroups requires crun")
|
||||
}
|
||||
|
||||
conffile := filepath.Join(podmanTest.TempDir, "container.conf")
|
||||
|
||||
Reference in New Issue
Block a user