mirror of https://github.com/zulip/zulip.git
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:
parent
4b9770e270
commit
92cc771392
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue