Commit b89c7460 authored by Roberto Carrillo's avatar Roberto Carrillo Committed by Commit Bot

[code coverage] Remove webkit layout tests sandbox for coverage.

R=stgao,liaoyuke,jbudorick

Change-Id: Ib6b8e78e90511cd5699194adba1414fbbf8985e3
Reviewed-on: https://chromium-review.googlesource.com/c/1350884Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarShuotao Gao <stgao@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611253}
parent 04ed2474
...@@ -6711,6 +6711,7 @@ ...@@ -6711,6 +6711,7 @@
"isolated_scripts": [ "isolated_scripts": [
{ {
"args": [ "args": [
"--additional-driver-flag=--no-sandbox",
"--num-retries=3" "--num-retries=3"
], ],
"isolate_coverage_data": true, "isolate_coverage_data": true,
......
...@@ -556,6 +556,7 @@ ...@@ -556,6 +556,7 @@
'chromium_code_coverage_isolated_scripts': { 'chromium_code_coverage_isolated_scripts': {
'webkit_layout_tests': { 'webkit_layout_tests': {
'args': [ 'args': [
'--additional-driver-flag=--no-sandbox',
'--num-retries=3', '--num-retries=3',
], ],
'isolate_name': 'webkit_layout_tests_exparchive', 'isolate_name': 'webkit_layout_tests_exparchive',
......
...@@ -683,6 +683,7 @@ ...@@ -683,6 +683,7 @@
"isolated_scripts": [ "isolated_scripts": [
{ {
"args": [ "args": [
"--additional-driver-flag=--no-sandbox",
"--num-retries=3" "--num-retries=3"
], ],
"isolate_coverage_data": true, "isolate_coverage_data": true,
......
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