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/freebsd
|
||||
destructive
|
||||
disabled
|
||||
|
|
|
@ -1822,6 +1822,7 @@
|
|||
command: '/bin/sh -c "sleep 10m"'
|
||||
name: "{{ container_name }}"
|
||||
state: started
|
||||
ipc_mode: shareable
|
||||
loop:
|
||||
- "{{ cname_h1 }}"
|
||||
loop_control:
|
||||
|
|
Loading…
Reference in a new issue