| 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.
|
|
|
|
|