diff options
author | Matt Clay <matt@mystile.com> | 2020-03-01 21:28:37 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-03-02 00:06:18 -0800 |
commit | 637d1f19d513f4a3db9a79dd71975032135f8a10 (patch) | |
tree | 52eccc317a1a3b01d296df39c63a4ae6f4b4e45e /test/integration/targets/lookup_items | |
parent | 64782dd815567d4a1eb8fb60987e507af753b7f7 (diff) | |
download | ansible-637d1f19d513f4a3db9a79dd71975032135f8a10.tar.gz |
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_items')
-rw-r--r-- | test/integration/targets/lookup_items/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/lookup_items/aliases b/test/integration/targets/lookup_items/aliases index ed821c2754..bc987654d9 100644 --- a/test/integration/targets/lookup_items/aliases +++ b/test/integration/targets/lookup_items/aliases @@ -1,2 +1,3 @@ shippable/posix/group2 skip/aix +skip/python2.6 # lookups are controller only, and we no longer support Python 2.6 on the controller |