| Index: tools/perf/benchmarks/media.py
|
| diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
|
| index 701b89ccd89267c46a4557f6d8bbfc18234163b8..153e42d46417350f5ff832d0416153e4fe80c815 100644
|
| --- a/tools/perf/benchmarks/media.py
|
| +++ b/tools/perf/benchmarks/media.py
|
| @@ -39,9 +39,8 @@ class _MSEMeasurement(legacy_page_test.LegacyPageTest):
|
| # 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', 'mac')
|
| +@benchmark.Disabled('android', 'win8', 'win7')
|
| class Media(perf_benchmark.PerfBenchmark):
|
| """Obtains media metrics for key user scenarios."""
|
| test = media.Media
|
|
|