| Index: tools/perf/benchmarks/media.py
|
| diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
|
| index f071bc7e4a571ea8aa24132a7ee4dd19160c959f..fa65babb5c862ea400f48aec4bd5947f297e1ba0 100644
|
| --- a/tools/perf/benchmarks/media.py
|
| +++ b/tools/perf/benchmarks/media.py
|
| @@ -39,8 +39,9 @@ class _MSEMeasurement(page_test.PageTest):
|
| # android: See media.android.tough_video_cases below
|
| # win8: crbug.com/531618
|
| # win7: crbug.com/555079
|
| +# mac: crbug.com/595665
|
| # crbug.com/565180: Only include cases that report time_to_play
|
| -@benchmark.Disabled('android', 'win8', 'win7')
|
| +@benchmark.Disabled('android', 'win8', 'win7', 'mac')
|
| class Media(perf_benchmark.PerfBenchmark):
|
| """Obtains media metrics for key user scenarios."""
|
| test = media.Media
|
|
|