| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 8fa51715eed4dc601f866d238949e50a41724f0d..91804e34a3acaa597b9d9d0ab80626f5f262fca6 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -401,7 +401,7 @@ def GenTests(api):
|
| })) +
|
| suppress_analyze() +
|
| api.override_step_data(
|
| - 'telemetry_gpu_unittests (with patch)',
|
| + 'telemetry_gpu_unittests (with patch) on Ubuntu-12.04',
|
| api.test_utils.canned_isolated_script_output(
|
| passing=True, is_win=False, swarming=True))
|
| )
|
| @@ -438,7 +438,7 @@ def GenTests(api):
|
| },
|
| })) +
|
| suppress_analyze() +
|
| - api.override_step_data('gl_tests (with patch)',
|
| + api.override_step_data('gl_tests (with patch) on Ubuntu-12.04',
|
| canned_test(passing=False))
|
| )
|
|
|
|
|