| Index: tools/perf/benchmarks/session_restore.py
|
| diff --git a/tools/perf/benchmarks/session_restore.py b/tools/perf/benchmarks/session_restore.py
|
| index de0ec703102f29a12e74f727ee7541ec1a21d51b..98af7dd25ebb75ad348285c2550f52d5f95a56b5 100644
|
| --- a/tools/perf/benchmarks/session_restore.py
|
| +++ b/tools/perf/benchmarks/session_restore.py
|
| @@ -38,6 +38,7 @@ class SessionRestoreColdTypical25(_SessionRestoreTest):
|
| 'pageset_repeat': 5}
|
|
|
|
|
| +@test.Disabled('android') # crbug.com/325479
|
| class SessionRestoreWarmTypical25(_SessionRestoreTest):
|
| tag = 'warm'
|
| test = session_restore.SessionRestore
|
| @@ -46,6 +47,7 @@ class SessionRestoreWarmTypical25(_SessionRestoreTest):
|
| 'pageset_repeat': 20}
|
|
|
|
|
| +@test.Disabled('android') # crbug.com/325479
|
| class SessionRestoreWithUrlCold(_SessionRestoreTest):
|
| """Measure Chrome cold session restore with startup URLs."""
|
| tag = 'cold'
|
| @@ -55,6 +57,7 @@ class SessionRestoreWithUrlCold(_SessionRestoreTest):
|
| 'pageset_repeat': 5}
|
|
|
|
|
| +@test.Disabled('android') # crbug.com/325479
|
| class SessionRestoreWithUrlWarm(_SessionRestoreTest):
|
| """Measure Chrome warm session restore with startup URLs."""
|
| tag = 'warm'
|
|
|