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.
This commit is contained in:
Tim Abbott 2022-03-07 11:51:33 -08:00
parent 4b9770e270
commit 92cc771392
1 changed files with 2 additions and 2 deletions

View File

@ -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