Commit d20d14a0 authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Disable session_restore benchmark on linux.

BUG=381990
NOTRY=True
TBR=dtu@chromium.org

Review URL: https://codereview.chromium.org/318223002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275591 0039d316-1c4b-4281-b951-d872f2087c98
parent 6ad9d644
...@@ -29,7 +29,7 @@ class _SessionRestoreTest(test.Test): ...@@ -29,7 +29,7 @@ class _SessionRestoreTest(test.Test):
args.browser_options.profile_dir = os.path.join(profile_dir, profile_type) args.browser_options.profile_dir = os.path.join(profile_dir, profile_type)
@test.Disabled('android') # crbug.com/325479 @test.Disabled('android', 'linux') # crbug.com/325479, crbug.com/381990
class SessionRestoreColdTypical25(_SessionRestoreTest): class SessionRestoreColdTypical25(_SessionRestoreTest):
tag = 'cold' tag = 'cold'
test = session_restore.SessionRestore test = session_restore.SessionRestore
...@@ -38,7 +38,7 @@ class SessionRestoreColdTypical25(_SessionRestoreTest): ...@@ -38,7 +38,7 @@ class SessionRestoreColdTypical25(_SessionRestoreTest):
'pageset_repeat': 5} 'pageset_repeat': 5}
@test.Disabled('android') # crbug.com/325479 @test.Disabled('android', 'linux') # crbug.com/325479, crbug.com/381990
class SessionRestoreWarmTypical25(_SessionRestoreTest): class SessionRestoreWarmTypical25(_SessionRestoreTest):
tag = 'warm' tag = 'warm'
test = session_restore.SessionRestore test = session_restore.SessionRestore
...@@ -47,7 +47,7 @@ class SessionRestoreWarmTypical25(_SessionRestoreTest): ...@@ -47,7 +47,7 @@ class SessionRestoreWarmTypical25(_SessionRestoreTest):
'pageset_repeat': 20} 'pageset_repeat': 20}
@test.Disabled('android') # crbug.com/325479 @test.Disabled('android', 'linux') # crbug.com/325479, crbug.com/381990
class SessionRestoreWithUrlCold(_SessionRestoreTest): class SessionRestoreWithUrlCold(_SessionRestoreTest):
"""Measure Chrome cold session restore with startup URLs.""" """Measure Chrome cold session restore with startup URLs."""
tag = 'cold' tag = 'cold'
...@@ -57,7 +57,7 @@ class SessionRestoreWithUrlCold(_SessionRestoreTest): ...@@ -57,7 +57,7 @@ class SessionRestoreWithUrlCold(_SessionRestoreTest):
'pageset_repeat': 5} 'pageset_repeat': 5}
@test.Disabled('android') # crbug.com/325479 @test.Disabled('android', 'linux') # crbug.com/325479, crbug.com/381990
class SessionRestoreWithUrlWarm(_SessionRestoreTest): class SessionRestoreWithUrlWarm(_SessionRestoreTest):
"""Measure Chrome warm session restore with startup URLs.""" """Measure Chrome warm session restore with startup URLs."""
tag = 'warm' tag = 'warm'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment