| 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 4170b732c8bcfca26dec455c56a75582c4396fb5..31a0d8e409908d35b2a23b79eacc57b03ea382ed 100644
|
| --- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| +++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| @@ -150,10 +150,6 @@
|
| if sys.modules[benchmark.__module__] in _ANDROID_BLACK_LIST_MODULES:
|
| method._disabled_strings.append('android')
|
|
|
| - # TODO(bashi): Remove once crrev.com/1266833004 is landed.
|
| - if benchmark.Name() == 'memory.blink_memory_mobile':
|
| - method._disabled_strings.append('android')
|
| -
|
| setattr(BenchmarkSmokeTest, benchmark.Name(), method)
|
|
|
| suite.addTest(BenchmarkSmokeTest(benchmark.Name()))
|
|
|