mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user