diff options
author | Matt Clay <matt@mystile.com> | 2020-03-02 06:28:37 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-03-02 09:06:18 +0100 |
commit | 637d1f19d513f4a3db9a79dd71975032135f8a10 (patch) | |
tree | 52eccc317a1a3b01d296df39c63a4ae6f4b4e45e /test/integration/targets/lookup_vars | |
parent | Split unit tests into 3 groups. (#67917) (diff) | |
download | ansible-637d1f19d513f4a3db9a79dd71975032135f8a10.tar.xz ansible-637d1f19d513f4a3db9a79dd71975032135f8a10.zip |
Skip lookup tests on Python 2.6.
Lookups are only executed on the controller and Python 2.6 is no longer supported on the controller.
Diffstat (limited to 'test/integration/targets/lookup_vars')
-rw-r--r-- | test/integration/targets/lookup_vars/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/lookup_vars/aliases b/test/integration/targets/lookup_vars/aliases index f8e28c7e46..07b8702010 100644 --- a/test/integration/targets/lookup_vars/aliases +++ b/test/integration/targets/lookup_vars/aliases @@ -1,2 +1,3 @@ shippable/posix/group1 skip/aix +skip/python2.6 # lookups are controller only, and we no longer support Python 2.6 on the controller |