Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index d87e75e282f6dcd97075a2371727fa72d2de0bb4..a1f1b7ff653f877a1ec497bd6e33b8066b236c1e 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -291,7 +291,6 @@ def MainTestWrapper(options): |
if 'webkit' in options.test_filter: |
RunTestSuites(options, [ |
gtest_config.Apk('webkit_unit_tests'), |
- gtest_config.Apk('TestWebKitAPI'), |
]) |
RunWebkitLint(options.target) |
if 'webkit_layout' in options.test_filter: |