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

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

Issue 267343002: [Telemetry] Disable flaky smoothness.top_25 and testRepaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add in tough scheduler cases on linux Created 6 years, 7 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/scheduler.py ('k') | tools/perf/measurements/repaint_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 518d93be350ea52acde35405add525561bb3a701..0796c8c54bc49c482bb11ee7a97ee52667fdfd37 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -7,6 +7,7 @@ from measurements import smoothness
from telemetry import test
+@test.Disabled # crbug.com/368767
class SmoothnessTop25(test.Test):
"""Measures rendering statistics while scrolling down the top 25 web pages.
« no previous file with comments | « tools/perf/benchmarks/scheduler.py ('k') | tools/perf/measurements/repaint_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698