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

collections use tests/ not test/ as the folder for tests
pull/62226/head
Evgeni Golov 5 years ago committed by Sandra McCann
parent 48a39f5616
commit 740ec90688

@ -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