| Index: build/android/buildbot/buildbot_functions.sh
|
| diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
|
| index c402d03bb6959fbc65a172e239e1570530184992..25bc404736dea6832bc869c9b4f9de288a361277 100755
|
| --- a/build/android/buildbot/buildbot_functions.sh
|
| +++ b/build/android/buildbot/buildbot_functions.sh
|
| @@ -277,7 +277,8 @@ function bb_run_webkit_layout_tests {
|
|
|
| # Run experimental unittest bundles.
|
| function bb_run_experimental_unit_tests {
|
| - _bb_android_run_tests -s sandbox_linux_unittests
|
| + echo
|
| + # _bb_android_run_tests -s your_test_here
|
| }
|
|
|
| # Run findbugs.
|
|
|