mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
Tests: remove/update obsolete skips
To silence my find-obsolete-skips script, remove the '#' from the following issues in skip messages: #11784 #15013 #15025 #17433 #17436 #17456 Also update the messages to reflect the fact that the issues will never be fixed. Also remove ubuntu skips: we no longer test ubuntu. Also remove one buildah skip that is no longer applicable: Fixes: #17520 Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@@ -89,7 +89,7 @@ var _ = Describe("Podman UserNS support", func() {
|
||||
})
|
||||
|
||||
It("podman uidmapping and gidmapping with an idmapped volume", func() {
|
||||
SkipIfRunc(podmanTest, "Test not supported yet with runc, see issue #17433")
|
||||
SkipIfRunc(podmanTest, "Test not supported yet with runc (issue 17433, wontfix)")
|
||||
SkipOnOSVersion("fedora", "36")
|
||||
session := podmanTest.Podman([]string{"run", "--uidmap=0:1:500", "--gidmap=0:200:5000", "-v", "my-foo-volume:/foo:Z,idmap", "alpine", "stat", "-c", "#%u:%g#", "/foo"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
||||
Reference in New Issue
Block a user