Commit e882052d authored by nednguyen's avatar nednguyen Committed by Commit bot

Run telemetry_unitests in serial

This is suspected to cause flaky failure of telemetry_unitests

BUG=661434

Review-Url: https://codereview.chromium.org/2564413002
Cr-Commit-Position: refs/heads/master@{#438143}
parent f8579b7d
...@@ -841,6 +841,9 @@ ...@@ -841,6 +841,9 @@
"--xvfb", "--xvfb",
"../../tools/perf/run_telemetry_tests", "../../tools/perf/run_telemetry_tests",
"-v", "-v",
# TODO(nedn, eyaich): Remove this flag once crbug.com/549140 is fixed &
# Telemetry no longer downloads files in parallel. (crbug.com/661434#c24)
"--jobs=1",
"--chrome-root", "--chrome-root",
"../../", "../../",
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment