| Index: tools/perf/benchmarks/session_restore.py
|
| diff --git a/tools/perf/benchmarks/session_restore.py b/tools/perf/benchmarks/session_restore.py
|
| index 79a006c48fff06534e601b3d611aee8469680840..3c95baee2586e43c74a6a4757bc6a4a6a5bbf91a 100644
|
| --- a/tools/perf/benchmarks/session_restore.py
|
| +++ b/tools/perf/benchmarks/session_restore.py
|
| @@ -57,7 +57,7 @@ class SessionRestoreWarmTypical25(_SessionRestoreTest):
|
|
|
|
|
| # crbug.com/325479, crbug.com/381990, crbug.com/405386
|
| -@benchmark.Disabled('android', 'linux', 'reference', 'snowleopard')
|
| +@benchmark.Disabled
|
| class SessionRestoreWithUrlCold(_SessionRestoreTest):
|
| """Measure Chrome cold session restore with startup URLs."""
|
| tag = 'cold'
|
| @@ -68,7 +68,7 @@ class SessionRestoreWithUrlCold(_SessionRestoreTest):
|
|
|
|
|
| # crbug.com/325479, crbug.com/381990, crbug.com/405386
|
| -@benchmark.Disabled('android', 'linux', 'reference', 'snowleopard')
|
| +@benchmark.Disabled
|
| class SessionRestoreWithUrlWarm(_SessionRestoreTest):
|
| """Measure Chrome warm session restore with startup URLs."""
|
| tag = 'warm'
|
|
|