| Index: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
|
| index e9d875112cb0491fa51b3a346e8b1c04a57df90a..53fe1b29a4b0d9830cfcf694ca1a5622796ae56b 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
|
| @@ -90,12 +90,6 @@ def TestSpec(parent_builder, perf_id, platform, target_bits,
|
|
|
| spec['parent_buildername'] = parent_builder
|
|
|
| - spec['test_generators'] = [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ]
|
| -
|
| if platform == 'android':
|
| spec['root_devices'] = True
|
| spec['tests'] = [
|
|
|