diff --git a/tests/integration/targets/etcd3/aliases b/tests/integration/targets/etcd3/aliases index ce7421e958..fa9f9267ca 100644 --- a/tests/integration/targets/etcd3/aliases +++ b/tests/integration/targets/etcd3/aliases @@ -3,4 +3,5 @@ destructive skip/aix skip/osx skip/freebsd -skip/python2.6 # installing etcd3 python module will fail on python < 2.7 \ No newline at end of file +skip/python2.6 # installing etcd3 python module will fail on python < 2.7 +disabled # see https://github.com/ansible-collections/community.general/issues/322 diff --git a/tests/integration/targets/lookup_etcd3/aliases b/tests/integration/targets/lookup_etcd3/aliases index c2ea7b42d1..aa32f71d91 100644 --- a/tests/integration/targets/lookup_etcd3/aliases +++ b/tests/integration/targets/lookup_etcd3/aliases @@ -6,3 +6,4 @@ skip/aix skip/osx skip/freebsd skip/python2.6 # lookups are controller only, and we no longer support Python 2.6 on the controller +disabled # see https://github.com/ansible-collections/community.general/issues/322