mirror of
https://github.com/moby/moby.git
synced 2025-12-06 07:41:18 +03:00
Skip new ulimits test on lxc
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
@@ -93,6 +93,7 @@ func TestRunWithVolumesIsRecursive(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestRunWithUlimits(t *testing.T) {
|
||||
testRequires(t, NativeExecDriver)
|
||||
defer deleteAllContainers()
|
||||
out, _, err := runCommandWithOutput(exec.Command(dockerBinary, "run", "--name=testulimits", "--ulimit", "nofile=42", "busybox", "/bin/sh", "-c", "ulimit -n"))
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user