Chromium Code Reviews| Index: build/android/run_tests.py |
| diff --git a/build/android/run_tests.py b/build/android/run_tests.py |
| index c1d62c01d5ed8a62f754e7bfd351f73cbe743774..6b3478570ea87fa9ae8fbdf394123df6266ed4dd 100755 |
| --- a/build/android/run_tests.py |
| +++ b/build/android/run_tests.py |
| @@ -69,6 +69,7 @@ _TEST_SUITES = ['base_unittests', |
| 'ui_unittests', |
| 'unit_tests', |
| 'webkit_compositor_bindings_unittests', |
| + 'sandbox_linux_unittests', |
|
jln (very slow on Chromium)
2013/01/08 22:26:09
Don't touch this file at the moment. We already ru
|
| ] |