diff options
author | Matt Clay <matt@mystile.com> | 2016-09-08 18:55:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-08 18:55:15 -0700 |
commit | c81fe70fbfcd083537558b5bd6bda9d284e2959d (patch) | |
tree | d9a5f8f836a4b05dc9dbb2e8b1ed387eff38b72c /test/utils | |
parent | d31756091402f01adacf51e6a992929986f3307b (diff) | |
download | ansible-c81fe70fbfcd083537558b5bd6bda9d284e2959d.tar.gz |
Enable more integration tests for python 3. (#17473)
* Enable more integration tests for python 3.
* Split out python 3 integration tests.
Now that we're running more integration tests on python 3, the
tests are taking long enough that they warrant splitting out in
the same way the python 2 tests are split.
Diffstat (limited to 'test/utils')
-rw-r--r-- | test/utils/shippable/python3-test-tag-blacklist.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/utils/shippable/python3-test-tag-blacklist.txt b/test/utils/shippable/python3-test-tag-blacklist.txt index f252340cd7..b6a539bcda 100644 --- a/test/utils/shippable/python3-test-tag-blacklist.txt +++ b/test/utils/shippable/python3-test-tag-blacklist.txt @@ -1,6 +1,4 @@ test_apache2_module -test_apt -test_apt_repository test_assemble test_authorized_key test_filters |