Re-enable docker_container tests (#59425)
Mark dependent container's ipc_mode as shareable
This commit is contained in:
parent
333953117c
commit
266d6e77a9
2 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,3 @@ shippable/posix/group4
|
||||||
skip/osx
|
skip/osx
|
||||||
skip/freebsd
|
skip/freebsd
|
||||||
destructive
|
destructive
|
||||||
disabled
|
|
||||||
|
|
|
@ -1822,6 +1822,7 @@
|
||||||
command: '/bin/sh -c "sleep 10m"'
|
command: '/bin/sh -c "sleep 10m"'
|
||||||
name: "{{ container_name }}"
|
name: "{{ container_name }}"
|
||||||
state: started
|
state: started
|
||||||
|
ipc_mode: shareable
|
||||||
loop:
|
loop:
|
||||||
- "{{ cname_h1 }}"
|
- "{{ cname_h1 }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|
Loading…
Reference in a new issue