From 233fc0e996abd632fae40a120d1dc5409429557b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 08:37:12 +0000 Subject: [PATCH] Disable galaxy-importer docs tests (#1270) (#1278) [PR #1270/4435c8a6 backport][stable-3] Disable galaxy-importer docs tests This is a backport of PR #1270 as merged into main (4435c8a). SUMMARY Because galaxy-importer tests the collections in a sterile environment it can't read the shared amazon.aws fragments. We're separately testing the docs more thoroughly using a github action, so we can disable the broken docs fragment testing via galaxy-importer ISSUE TYPE Feature Pull Request COMPONENT NAME tests/galaxy-importer.cfg ADDITIONAL INFORMATION Reviewed-by: Mark Chappell --- tests/galaxy-importer.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/galaxy-importer.cfg diff --git a/tests/galaxy-importer.cfg b/tests/galaxy-importer.cfg new file mode 100644 index 00000000000..9ec9a18388a --- /dev/null +++ b/tests/galaxy-importer.cfg @@ -0,0 +1,2 @@ +[galaxy-importer] +run_ansible_doc=False