From 17d0e1b31534ccdfeb54973f24f441845abd04c6 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 31 Jul 2019 00:14:33 +0100 Subject: [PATCH] issue #543: skip test that's hard to do on Mac --- tests/ansible/integration/context_service/remote_name.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ansible/integration/context_service/remote_name.yml b/tests/ansible/integration/context_service/remote_name.yml index 827abaee..d7116ec1 100644 --- a/tests/ansible/integration/context_service/remote_name.yml +++ b/tests/ansible/integration/context_service/remote_name.yml @@ -7,6 +7,10 @@ - meta: end_play when: not is_mitogen + # Too much hassle to make this work for OSX + - meta: end_play + when: ansible_system != 'Linux' + - shell: 'cat /proc/$PPID/cmdline | tr \\0 \\n' register: out - debug: var=out