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