mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-16 12:47:52 +00:00
test/e2e: skip userns auto:size test in remote mode
The --userns=auto auto-sizing with --user parameter is broken in
remote mode in v4.4.1. When using --user=2000:3000, the auto namespace
should automatically expand to accommodate those IDs, but it fails with
"not enough unused IDs in user namespace".
This is fixed by the ID mapping refactor in d5cf46e807, which is too
complex to backport. Skip the entire test in remote mode.
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
bcbe17fb51
commit
8e82beb06c
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ var _ = Describe("Podman UserNS support", func() {
|
|||
})
|
||||
|
||||
It("podman --userns=auto:size=%d", func() {
|
||||
SkipIfRemote("auto-sizing with --user broken in v4.4.1, fixed by d5cf46e807")
|
||||
u, err := user.Current()
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue