Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: tools/perf/benchmarks/benchmark_smoke_unittest.py

Issue 2187183002: [Android] Reenable BattOr tests for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/battor.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/benchmark_smoke_unittest.py
diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
index 870ecb22b6d8b3904646cc9ab4316dad2864dba6..72168cb5f505b8367203b70504f1c62f74fbfaee 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -19,6 +19,7 @@ from telemetry.internal.browser import browser_finder
from telemetry.testing import options_for_unittests
from telemetry.testing import progress_reporter
+from benchmarks import battor
from benchmarks import image_decoding
from benchmarks import indexeddb_perf
from benchmarks import jetstream
@@ -93,7 +94,8 @@ _BLACK_LIST_TEST_MODULES = {
text_selection, # Always fails on cq bot.
memory, # Flaky on bots, crbug.com/513767.
kraken, # Flaky on Android, crbug.com/626174.
- v8_browsing # Flaky on Android, crbug.com/628368.
+ v8_browsing, # Flaky on Android, crbug.com/628368.
+ battor #Flaky on android, crbug.com/618330.
}
« no previous file with comments | « tools/perf/benchmarks/battor.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698