Chromium Code Reviews| Index: scripts/slave/recipe_modules/gpu/common.py |
| diff --git a/scripts/slave/recipe_modules/gpu/common.py b/scripts/slave/recipe_modules/gpu/common.py |
| index 446cadbb4b8a6e2a6571ae2bae67724afc0ac7ac..dd8fd48469862dc3fd7cfaad5cb7769bd96f7eab 100644 |
| --- a/scripts/slave/recipe_modules/gpu/common.py |
| +++ b/scripts/slave/recipe_modules/gpu/common.py |
| @@ -21,6 +21,7 @@ GPU_ISOLATES = ( |
| FYI_ONLY_GPU_ISOLATES = ( |
| 'audio_unittests', |
| 'content_unittests', |
| + 'telemetry_gpu_new_test', |
|
bajones
2015/12/07 19:02:14
Silly nit: "new_test" seems very non-descript and
Ken Russell (switch to Gerrit)
2015/12/07 19:03:25
The new target name is only temporary and isn't tr
|
| ) |
| # Until we have more capacity, run angle_end2end_tests only on the |