| Index: scripts/slave/recipe_modules/chromium_tests/steps.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| index dfeb836b787cb90e67cc31bf04902b08d77724f7..3e55c4186348c49ea67187f583439ecf8c3f3cc8 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| @@ -357,13 +357,6 @@
|
| p.step_text += api.test_utils.format_step_text([
|
| ['failures:', r.failures]
|
| ])
|
| -
|
| - api.test_results.upload(
|
| - api.json.input(r.raw),
|
| - test_type=self.name,
|
| - chrome_revision=api.bot_update.last_returned_properties.get(
|
| - 'got_revision_cp', 'x@{#0}'),
|
| - test_results_server='test-results.appspot.com')
|
|
|
| return step_result
|
|
|
|
|