| Index: content/test/gpu/generate_buildbot_json.py
|
| diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
|
| index 4ee575401f8622b117e526103538c74403d82a58..6f39ea0ed7e8358d130815b4cb371b0f6e88dde1 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -1337,6 +1337,12 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
|
| 'extra_browser_args': [
|
| '--use-angle=d3d11',
|
| '--use-passthrough-cmd-decoder',
|
| + # TODO(geofflang): Remove --disable-es3-apis once crbug.com/671217 is
|
| + # complete.
|
| + '--disable-es3-apis',
|
| + # TODO(geofflang): --disable-es3-gl-context is required because of
|
| + # crbug.com/680522
|
| + '--disable-es3-gl-context',
|
| ],
|
| 'asan_args': ['--is-asan'],
|
| },
|
|
|