| Index: tools/perf/benchmarks/text_selection.py
|
| diff --git a/tools/perf/benchmarks/text_selection.py b/tools/perf/benchmarks/text_selection.py
|
| index 4720c4367c3db96a85b8241012dd65354d807e6f..310850066be911c25827d8d6dd62c7ec75894330 100644
|
| --- a/tools/perf/benchmarks/text_selection.py
|
| +++ b/tools/perf/benchmarks/text_selection.py
|
| @@ -37,7 +37,7 @@ class _TextSelection(perf_benchmark.PerfBenchmark):
|
|
|
|
|
| # See crbug.com/519044
|
| -@benchmark.Disabled()
|
| +@benchmark.Disabled('all')
|
| class TextSelectionDirection(_TextSelection):
|
| """Measure text selection metrics while dragging a touch selection handle on a
|
| subset of top ten mobile sites and using the 'direction' touch selection
|
| @@ -51,7 +51,7 @@ class TextSelectionDirection(_TextSelection):
|
|
|
|
|
| # See crbug.com/519044
|
| -@benchmark.Disabled()
|
| +@benchmark.Disabled('all')
|
| class TextSelectionCharacter(_TextSelection):
|
| """Measure text selection metrics while dragging a touch selection handle on a
|
| subset of top ten mobile sites and using the 'character' touch selection
|
|
|