Chromium Code Reviews| Index: catapult_build/build_steps.py |
| diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py |
| index 2df433328fafb3856fb42c86c63ae1997d94060b..41ca79e243d0f68acfdbe24106a9ab7d27baa20e 100644 |
| --- a/catapult_build/build_steps.py |
| +++ b/catapult_build/build_steps.py |
| @@ -182,6 +182,11 @@ _CATAPULT_TESTS = [ |
| 'path': 'third_party/vinn/run_test', |
| 'disabled': ['android'], |
| }, |
| + { |
| + 'name': 'Android: Devil Device Tests', |
|
jbudorick
2016/06/14 18:17:23
Move this up w/ the Devil Python Tests & drop the
|
| + 'path': 'devil/devil/android/device_utils_devicetest.py', |
| + 'disabled': ['win', 'mac', 'linux'] |
| + }, |
| ] |