Merge pull request #42251 from thaJeztah/fix_testinspect
Fix flaky TestInspect
This commit is contained in:
commit
dd14dbd53d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ func fullSwarmServiceSpec(name string, replicas uint64) swarmtypes.ServiceSpec {
|
|||
Image: "busybox:latest",
|
||||
Labels: map[string]string{"container-label": "container-value"},
|
||||
Command: []string{"/bin/top"},
|
||||
Args: []string{"-u", "root"},
|
||||
Args: []string{"-d", "5"},
|
||||
Hostname: "hostname",
|
||||
Env: []string{"envvar=envvalue"},
|
||||
Dir: "/work",
|
||||
|
|
Loading…
Add table
Reference in a new issue