| Index: scripts/slave/recipes/android/tester.py
|
| diff --git a/scripts/slave/recipes/android/tester.py b/scripts/slave/recipes/android/tester.py
|
| index a8aa4459e673e02c38a0422c4f4a888ba168da12..e055af5730ceba72ad11c2649c8e2e5aad7b479b 100644
|
| --- a/scripts/slave/recipes/android/tester.py
|
| +++ b/scripts/slave/recipes/android/tester.py
|
| @@ -78,15 +78,6 @@
|
| 'target': 'Release',
|
| 'try': True,
|
| },
|
| - 'android_n5_rel_tests_recipe': {
|
| - 'config': 'trybot_builder',
|
| - 'instrumentation_tests': INSTRUMENTATION_TESTS,
|
| - 'unittests': UNIT_TESTS,
|
| - 'java_unittests': JAVA_UNIT_TESTS,
|
| - 'python_unittests': PYTHON_UNIT_TESTS,
|
| - 'target': 'Release',
|
| - 'try': True,
|
| - },
|
| 'EXAMPLE_android_rel_telemetry_tests_recipe': {
|
| 'config': 'main_builder',
|
| 'instrumentation_tests': [],
|
|
|