sanity ignores for a collection need to go to tests/sanity/ (#62182)

collections use tests/ not test/ as the folder for tests

(cherry picked from commit 740ec90688)
pull/62469/head
Evgeni Golov 5 years ago committed by Toshio Kuratomi
parent 2c8b706a0c
commit 6f888687af

@ -42,7 +42,7 @@ Ansible Collections
Since sanity tests change between Ansible releases, a separate ignore file is needed for each Ansible major release.
The filename is ``test/sanity/ignore-X.Y.txt`` where ``X.Y`` is the Ansible release being used to test the collection.
The filename is ``tests/sanity/ignore-X.Y.txt`` where ``X.Y`` is the Ansible release being used to test the collection.
Maintaining a separate file for each Ansible release allows a collection to pass tests for multiple versions of Ansible.

Loading…
Cancel
Save