From 98b0f0eb68654bdcfcf559ef2394a3ab7a54c356 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Tue, 28 Jun 2022 18:29:03 +0200 Subject: [PATCH] Disable galaxy-importer docs tests (#1270) Disable galaxy-importer docs tests 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 (cherry picked from commit 4435c8a64eada664d0d2cf742e8b2687058faf76) --- 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