From 92cc771392fa8d8c75a71e04463a7d71e29534b9 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 7 Mar 2022 11:51:33 -0800 Subject: [PATCH] test-all: Pass --skip-external-links to documentation tests. This is what we already do in CI. The external links often cause these tests to fail, and it's not helpful for test-all to not match CI. --- tools/test-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test-all b/tools/test-all index 825a47d7ad..23c4d8de15 100755 --- a/tools/test-all +++ b/tools/test-all @@ -57,8 +57,8 @@ run ./tools/test-migrations # Not running missing bot avatar detection since it's low churn # ./tools/setup/generate_integration_bots_avatars.py --check-missing # Not running documentation tests since it takes 20s and only tests documentation -# run ./tools/test-documentation -run ./tools/test-help-documentation $FORCEARG +# run ./tools/test-documentation --skip-external-links +run ./tools/test-help-documentation --skip-external-links $FORCEARG run ./tools/test-api # Not running requirements check locally, because slow and low-churn # run ./tools/test-locked-requirements