From 4ae392e5de059fcb2cd4a5d6a6127d23d4417f6c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 10 Jul 2021 13:31:54 +0200 Subject: [PATCH] Temporarily disable passwordstore lookup tests on macOS and OSX. (#2979) --- 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