diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-06 19:32:17 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-06 19:53:00 +0100 |
commit | 8fe5f98eb379f40256656dfd78a8f5a02ce9f0e4 (patch) | |
tree | 3103b48c48401c037b223993440eb263dcda9dab | |
parent | 5ac471b1fbf47c133c07496830e84b21f51080d6 (diff) | |
download | debian-ansible-core-8fe5f98eb379f40256656dfd78a8f5a02ce9f0e4.zip |
d/tests/unit: Enable all unit tests again
Now that all tests are fixed, there's no reason to exclude them.
-rwxr-xr-x | debian/tests/unit | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/tests/unit b/debian/tests/unit index 2ac5146a..f7dd501d 100755 --- a/debian/tests/unit +++ b/debian/tests/unit @@ -3,8 +3,4 @@ /usr/bin/ansible-test units \ --python-interpreter /usr/bin/python3 \ --python 3.9 \ - --local \ - --exclude test/units/cli/test_galaxy.py \ - --exclude test/units/galaxy/test_collection_install.py \ - --exclude test/units/modules/test_async_wrapper.py \ - --exclude test/units/utils/collection_loader/test_collection_loader.py \ + --local |