Commit 3138ad08 authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Disable session_restore in smoke test.

This is just temporary to get the bots green.

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

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275608 0039d316-1c4b-4281-b951-d872f2087c98
parent bd56a5b0
...@@ -74,6 +74,10 @@ def load_tests(_, _2, _3): ...@@ -74,6 +74,10 @@ def load_tests(_, _2, _3):
# benchmarks are usually long-running benchmarks. # benchmarks are usually long-running benchmarks.
continue continue
# TODO(tonyg): Smoke doesn't work with session_restore yet.
if benchmark.Name().startswith('session_restore'):
continue
if hasattr(benchmark, 'generated_profile_archive'): if hasattr(benchmark, 'generated_profile_archive'):
# We'd like to test these, but don't know how yet. # We'd like to test these, but don't know how yet.
continue continue
......
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