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

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

Issue 2049113002: [Android] Disable flaky BattOrCases telemetry_perf_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index ccf42089caa075839edbe402aba0d784d60eaa29..bbf59fa1cc11eeb9745aea96b8f05ed5cd38bd1e 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -5,6 +5,7 @@
from core import perf_benchmark
from telemetry.web_perf import timeline_based_measurement
import page_sets
+from telemetry import benchmark
class _BattOrBenchmark(perf_benchmark.PerfBenchmark):
@@ -33,6 +34,7 @@ class _BattOrBenchmark(perf_benchmark.PerfBenchmark):
return True
+@benchmark.Disabled('android') # crbug.com/618330
class BattOrPowerMobileSites(_BattOrBenchmark):
page_set = page_sets.power_cases.PowerCasesPageSet
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698