| Index: scripts/slave/recipes/android/perf.py
|
| diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
|
| index 2732007cd112e87db0ffc3b9ca355d031a6f3207..2d12892e471ee8d907df0b79e3f2035d79b5bdc2 100644
|
| --- a/scripts/slave/recipes/android/perf.py
|
| +++ b/scripts/slave/recipes/android/perf.py
|
| @@ -98,9 +98,6 @@ def _ChromiumPerfTesters():
|
|
|
| def _ChromiumPerfFyiTesters():
|
| testers = [
|
| - _CreateTestSpec('Android Galaxy S5 Perf', 'android-galaxy-s5',
|
| - required_apks=['ChromePublic.apk'], num_device_shards=7,
|
| - num_host_shards=1, target_bits=32),
|
| _CreateTestSpec('Android Power Nexus 5X Perf', 'android-power-nexus-5x',
|
| required_apks=['ChromePublic.apk'], num_device_shards=7,
|
| num_host_shards=1),
|
|
|