| Index: tools/perf/benchmarks/system_health_smoke_test.py
|
| diff --git a/tools/perf/benchmarks/system_health_smoke_test.py b/tools/perf/benchmarks/system_health_smoke_test.py
|
| index 407993d14090d6fff9ec95c28e37c7a2c0e8529f..11fe1e06a54c17972751ebb8335800310edc1c8a 100644
|
| --- a/tools/perf/benchmarks/system_health_smoke_test.py
|
| +++ b/tools/perf/benchmarks/system_health_smoke_test.py
|
| @@ -55,6 +55,9 @@ _DISABLED_TESTS = frozenset({
|
| # crbug.com/698006
|
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:tools:drive', # pylint: disable=line-too-long
|
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:tools:gmail', # pylint: disable=line-too-long
|
| +
|
| + # crbug.com/699966
|
| + 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.multitab:misc:typical24', # pylint: disable=line-too-long
|
| })
|
|
|
|
|
|
|