test-all: Don't run SVG optimizer by default.

This commit is contained in:
Tim Abbott 2017-05-30 11:19:53 -07:00
parent 0600e1eb30
commit e321891f17
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ run ./tools/test-js-with-node
run ./tools/run-mypy
run ./tools/test-backend $FORCEARG
run ./tools/test-js-with-casper $FORCEARG
run ./tools/optimize-svg
# Not running SVG optimizing since it's low-churn
# run ./tools/optimize-svg
# Not running queue worker reload tests since it's low-churn code
# run ./tools/test-queue-worker-reload
# Not running documentation tests since it takes 20s and only tests documentation