| Index: tools/perf/benchmarks/jsgamebench.py
|
| diff --git a/tools/perf/benchmarks/jsgamebench.py b/tools/perf/benchmarks/jsgamebench.py
|
| index d91313dbce3722f3dee219cf498f0922c7afe452..634db5c5bf5ad6837398330e0add3742dcb21b0a 100644
|
| --- a/tools/perf/benchmarks/jsgamebench.py
|
| +++ b/tools/perf/benchmarks/jsgamebench.py
|
| @@ -36,6 +36,7 @@ class _JsgamebenchMeasurement(page_measurement.PageMeasurement):
|
| results.Add('Score', 'score (bigger is better)', result)
|
|
|
|
|
| +@test.Disabled('linux') # crbug.com/365237
|
| class Jsgamebench(test.Test):
|
| """Counts how many animating sprites can move around on the screen at once."""
|
| test = _JsgamebenchMeasurement
|
|
|