[stable-2.8] Re-enable docker_container tests (#59425)

Mark dependent container's ipc_mode as shareable
(cherry picked from commit 266d6e77a9)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/59552/head
Felix Fontein 6 years ago committed by Toshio Kuratomi
parent fc684b6204
commit b64f3b3b98

@ -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…
Cancel
Save