Chromium Code Reviews| Index: catapult_build/build_steps.py |
| diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py |
| index cff9681edfa4e96b86c509841620ca02817431de..ee85fdd63ef1b012e20a1421cf09dd4935682f3c 100644 |
| --- a/catapult_build/build_steps.py |
| +++ b/catapult_build/build_steps.py |
| @@ -165,7 +165,8 @@ _CATAPULT_TESTS = [ |
| '--no-install-hooks', |
| '--no-use-local-chrome', |
| ], |
| - 'disabled': ['android', 'win', 'mac', 'linux'], |
| + #'disabled': ['android', 'win', 'mac', 'linux'], |
| + 'disabled': ['android'], |
|
sullivan
2016/12/06 19:17:01
Can you also move the Netlog Viewer entry up so th
wangyix
2016/12/06 19:22:53
Done.
|
| }, |
| ] |