Index: tools/perf/benchmarks/benchmark_unittest.py |
diff --git a/tools/perf/benchmarks/benchmark_unittest.py b/tools/perf/benchmarks/benchmark_unittest.py |
index f1c356e742492bfeb181fa557dbf75a0aed91cb0..32755c4ad3a37cdbff447e6f53cd0afdc5812be5 100644 |
--- a/tools/perf/benchmarks/benchmark_unittest.py |
+++ b/tools/perf/benchmarks/benchmark_unittest.py |
@@ -74,6 +74,10 @@ def load_tests(_, _2, _3): |
# benchmarks are usually long-running benchmarks. |
continue |
+ # TODO(tonyg): Smoke doesn't work with session_restore yet. |
+ if benchmark.Name().startswith('session_restore'): |
+ continue |
+ |
if hasattr(benchmark, 'generated_profile_archive'): |
# We'd like to test these, but don't know how yet. |
continue |