mirror of
https://github.com/containers/podman.git
synced 2025-10-18 11:42:55 +08:00
Attempt to turn on some more remote tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -284,8 +284,6 @@ var _ = Describe("Podman exec", func() {
|
||||
})
|
||||
|
||||
It("podman exec preserves container groups with --user and --group-add", func() {
|
||||
SkipIfRemote("FIXME: This is broken SECCOMP Failues?")
|
||||
|
||||
dockerfile := `FROM registry.fedoraproject.org/fedora-minimal
|
||||
RUN groupadd -g 4000 first
|
||||
RUN groupadd -g 4001 second
|
||||
|
Reference in New Issue
Block a user