Re-enable docker_container tests (#59425)

Mark dependent container's ipc_mode as shareable
This commit is contained in:
Felix Fontein 2019-07-23 16:20:18 +02:00 committed by Sam Doran
parent 333953117c
commit 266d6e77a9
2 changed files with 1 additions and 1 deletions

View file

@ -2,4 +2,3 @@ shippable/posix/group4
skip/osx skip/osx
skip/freebsd skip/freebsd
destructive destructive
disabled

View file

@ -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: