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
)
This commit is contained in:
parent
2c8b706a0c
commit
6f888687af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue