Skip to content

Commit 17d0e1b

Browse files
committed
issue #543: skip test that's hard to do on Mac
1 parent 92de2ab commit 17d0e1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ansible/integration/context_service/remote_name.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- meta: end_play
88
when: not is_mitogen
99

10+
# Too much hassle to make this work for OSX
11+
- meta: end_play
12+
when: ansible_system != 'Linux'
13+
1014
- shell: 'cat /proc/$PPID/cmdline | tr \\0 \\n'
1115
register: out
1216
- debug: var=out

0 commit comments

Comments
 (0)