Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index d23738080d85112cb2eeae3b3baacb1fd9046ff3..28ccfbad2df458cd70c7b4c36a91f50a13cd05e6 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -122,7 +122,7 @@ def GetBotStepMap(): |
emma_coverage_tests = [x for x in std_host_tests if x is not 'findbugs'] |
std_build_steps = ['compile', 'zip_build'] |
std_test_steps = ['extract_build'] |
- std_tests = ['ui', 'unit', 'mojo'] |
+ std_tests = ['ui', 'unit'] |
telemetry_tests = ['telemetry_perf_unittests'] |
flakiness_server = ( |
'--flakiness-server=%s' % constants.UPSTREAM_FLAKINESS_SERVER) |