Disable telemetry_perf_unittest' parallelization on Linux Tests dbg & Linux tests Sandbox
Bug: 753495
Change-Id: Iff43849de0708d62d51960627346439d525f05a2
Reviewed-on: https://chromium-review.googlesource.com/861430
Reviewed-by: John Budorick <[email protected]>
Commit-Queue: Ned Nguyen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#528712}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index a54163d..24033fa 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -3427,6 +3427,7 @@
'Linux Tests (dbg)(1)': {
'args': [
'--xvfb',
+ '--jobs=1',
],
},
# chromium.mac
@@ -3450,6 +3451,7 @@
'Linux Tests SANDBOX': {
'args': [
'--xvfb',
+ '--jobs=1',
],
},
},