| Index: testing/buildbot/manage.py
|
| diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py
|
| index 302b113a3eceec7841f212dd495ed0d4f32fa99d..cb4450349d5ab9beb03605e53c250c1fa71bc7c8 100755
|
| --- a/testing/buildbot/manage.py
|
| +++ b/testing/buildbot/manage.py
|
| @@ -141,14 +141,9 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
|
| 'chromevox_tests',
|
| 'nacl_helper_nonsfi_unittests',
|
|
|
| - # These targets are run on the bots but not listed in the
|
| - # buildbot JSON files.
|
| - # TODO(kbr): remove these before closing http://crbug.com/542370 .
|
| - 'angle_end2end_tests',
|
| - 'gl_tests',
|
| - 'gl_unittests',
|
| - 'gles2_conform_test',
|
| - 'tab_capture_end2end_tests',
|
| + # TODO(kbr): teach this script about isolated_scripts tests.
|
| + # crbug.com/620531
|
| + 'telemetry_gpu_integration_test',
|
| 'telemetry_gpu_test',
|
| 'telemetry_gpu_unittests',
|
| 'telemetry_perf_unittests',
|
|
|