| Index: tools/perf/benchmarks/scheduler.py
|
| diff --git a/tools/perf/benchmarks/scheduler.py b/tools/perf/benchmarks/scheduler.py
|
| index 881f56c88485cef857eb630f29bb9763b3b01ad0..a6fb1a64f1449663e487e60eda7360399eb69558 100644
|
| --- a/tools/perf/benchmarks/scheduler.py
|
| +++ b/tools/perf/benchmarks/scheduler.py
|
| @@ -6,6 +6,7 @@ from telemetry import test
|
| from measurements import smoothness
|
|
|
|
|
| +@test.Disabled('linux') # crbug.com/368767
|
| class SchedulerToughSchedulingCases(test.Test):
|
| """Measures rendering statistics while interacting with pages that have
|
| challenging scheduling properties.
|
|
|