From 740ec90688c38e111866f9c8a08629fc90d1a1a4 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 12 Sep 2019 21:55:19 +0200 Subject: [PATCH] sanity ignores for a collection need to go to tests/sanity/ (#62182) collections use tests/ not test/ as the folder for tests --- docs/docsite/rst/dev_guide/testing/sanity/ignores.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/testing/sanity/ignores.rst b/docs/docsite/rst/dev_guide/testing/sanity/ignores.rst index 4145111473e..9d7a94c018b 100644 --- a/docs/docsite/rst/dev_guide/testing/sanity/ignores.rst +++ b/docs/docsite/rst/dev_guide/testing/sanity/ignores.rst @@ -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.