| Index: tools/perf/benchmarks/media.py
|
| diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
|
| index f37ce44021b758f3313ac0385402b297fbfa62d3..5c0c2b5242bce19aa2f3a7674e4ea10f632341ae 100644
|
| --- a/tools/perf/benchmarks/media.py
|
| +++ b/tools/perf/benchmarks/media.py
|
| @@ -114,7 +114,7 @@ class MediaAndroidToughVideoCases(perf_benchmark.PerfBenchmark):
|
| test = media.Media
|
| tag = 'android'
|
| page_set = page_sets.ToughVideoCasesPageSet
|
| - options = {'story_tag_filter_exclude': 'is_4k,is_50fps'}
|
| + options = {'story_tag_filter_exclude': 'is_4k,is_50fps,theora'}
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
| @@ -136,7 +136,7 @@ class MediaAndroidToughVideoCasesTBMv2(_MediaTBMv2Benchmark):
|
| Will eventually replace MediaAndroidToughVideoCases class."""
|
|
|
| tag = 'android'
|
| - options = {'story_tag_filter_exclude': 'is_4k,is_50fps'}
|
| + options = {'story_tag_filter_exclude': 'is_4k,is_50fps,theora'}
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
|
|