| Index: tools/perf/benchmarks/blink_perf.py
|
| diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
|
| index 1c676846fa561aa87c53cae5a0a21cd2d45cbd2f..fc2b6f82fe36699ff6153893456c90f8d2870711 100644
|
| --- a/tools/perf/benchmarks/blink_perf.py
|
| +++ b/tools/perf/benchmarks/blink_perf.py
|
| @@ -293,6 +293,10 @@ class BlinkPerfShadowDOM(_BlinkPerfBenchmark):
|
| tag = 'shadow_dom'
|
| subdir = 'ShadowDOM'
|
|
|
| + @classmethod
|
| + def ShouldDisable(cls, possible_browser): # http://crbug.com/702319
|
| + return possible_browser.platform.GetDeviceTypeName() == 'Nexus 5X'
|
| +
|
|
|
| # This benchmark is for local testing, doesn't need to run on bots.
|
| @benchmark.Disabled('all')
|
|
|