| Index: tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| index fa3532801071a42c5e6a3bc3456a2ca6dd529b7c..2239a38023594b15fb6af903f6d3b8699422b07a 100644
|
| --- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| +++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| @@ -84,7 +84,8 @@ def load_tests(_, _2, _3):
|
| continue
|
|
|
| # TODO(tonyg): Smoke doesn't work with session_restore yet.
|
| - if benchmark.Name().startswith('session_restore'):
|
| + if (benchmark.Name().startswith('session_restore') or
|
| + benchmark.Name().startswith('skpicture_printer')):
|
| continue
|
|
|
| if hasattr(benchmark, 'generated_profile_archive'):
|
|
|