| Index: scripts/slave/recipe_modules/pgo/example.py
|
| diff --git a/scripts/slave/recipe_modules/pgo/example.py b/scripts/slave/recipe_modules/pgo/example.py
|
| index c661d9cbc82f013eaa47da11370f68a67a259574..d8a18337e074c9153eba9494d96b00e9cd53f4a4 100644
|
| --- a/scripts/slave/recipe_modules/pgo/example.py
|
| +++ b/scripts/slave/recipe_modules/pgo/example.py
|
| @@ -56,12 +56,3 @@ def GenTests(api):
|
| api.platform('win', 64)
|
| )
|
|
|
| - yield (
|
| - api.test('full_%s_%s_benchmark_failure' %
|
| - (_sanitize_nonalpha('chromium_pgo.test'),
|
| - _sanitize_nonalpha('Test builder'))) +
|
| - api.properties.generic(mastername='chromium_pgo.test',
|
| - buildername='Test builder') +
|
| - api.platform('win', 32) +
|
| - api.step_data('Telemetry benchmark: sunspider', retcode=1)
|
| - )
|
|
|