From 641f8b3059e02e3e86a4586b9a42215bf72c6b09 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 10 Jul 2021 13:49:15 +0200 Subject: [PATCH] Temporarily disable passwordstore lookup tests on macOS and OSX. (#2979) (#2981) (cherry picked from commit 4ae392e5de059fcb2cd4a5d6a6127d23d4417f6c) Co-authored-by: Felix Fontein --- tests/integration/targets/lookup_passwordstore/aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/targets/lookup_passwordstore/aliases b/tests/integration/targets/lookup_passwordstore/aliases index 8b108917a0..7cc72b73d4 100644 --- a/tests/integration/targets/lookup_passwordstore/aliases +++ b/tests/integration/targets/lookup_passwordstore/aliases @@ -3,3 +3,5 @@ destructive skip/aix skip/rhel skip/python2.6 # lookups are controller only, and we no longer support Python 2.6 on the controller +skip/osx # FIXME https://github.com/ansible-collections/community.general/issues/2978 +skip/macos # FIXME https://github.com/ansible-collections/community.general/issues/2978