sanity ignores for a collection need to go to tests/sanity/ (#62182)
collections use tests/ not test/ as the folder for tests
This commit is contained in:
parent
48a39f5616
commit
740ec90688
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