Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index 3caff06a05f931250e866d2a095bff0dd1381bdf..d7ae4561cc68c6aff5245b4d48c98829ddec52f5 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -479,6 +479,7 @@ def ProcessOptions(options): |
| if not CheckTestMode("pass|fail test", options.pass_fail_tests): |
| return False |
| if options.no_i18n: |
| + TEST_MAP["bot_default"].remove("intl") |
| TEST_MAP["default"].remove("intl") |
| return True |