Index: build/android/buildbot_functions.sh |
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
index 2f64af23e2e2843bae1ac339a2095bad1542759e..c7cf2b95d8b9d35576484d671a79f798bfbd20ac 100755 |
--- a/build/android/buildbot_functions.sh |
+++ b/build/android/buildbot_functions.sh |
@@ -254,13 +254,6 @@ function bb_run_tests { |
build/android/run_tests.py --xvfb --verbose |
} |
-# Run simple content shell test on device. |
-function bb_run_content_shell_test { |
- echo "@@@BUILD_STEP Run simple content shell test on actual hardware@@@" |
- content/shell/android/simple_content_shell_test.sh \ |
- "${SRC_ROOT}"/out/Release/content_shell/ContentShell-debug.apk |
-} |
- |
# Run content shell instrumentation test on device. |
function bb_run_content_shell_instrumentation_test { |
echo "@@@BUILD_STEP Run content shell instrumentation test on actual "\ |