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/chrome_signin_startup.py

Issue 1428133005: [Telemetry] Allows concatenating multiple Disabled & Enabled decorators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Dave's comment Created 5 years, 1 month 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/blink_perf.py ('k') | tools/perf/benchmarks/draw_properties.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/chrome_signin_startup.py
diff --git a/tools/perf/benchmarks/chrome_signin_startup.py b/tools/perf/benchmarks/chrome_signin_startup.py
index 867ac617f89207ebae845ad009774f3697431308..1b4a53555c1659a1f1a3d433a726304bbe455467 100644
--- a/tools/perf/benchmarks/chrome_signin_startup.py
+++ b/tools/perf/benchmarks/chrome_signin_startup.py
@@ -20,7 +20,7 @@ class _StartupWarm(perf_benchmark.PerfBenchmark):
return startup.Startup(cold=False)
-@benchmark.Disabled # crbug.com/551938
+@benchmark.Disabled('all') # crbug.com/551938
# On android logging in is done through system accounts workflow.
@benchmark.Disabled('android',
'reference') # crbug.com/499312
« no previous file with comments | « tools/perf/benchmarks/blink_perf.py ('k') | tools/perf/benchmarks/draw_properties.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698