| Index: tools/perf/benchmarks/memory_pressure.py
|
| diff --git a/tools/perf/benchmarks/memory_pressure.py b/tools/perf/benchmarks/memory_pressure.py
|
| index e1e21812e1c98949abfd2d4a831bf8616ae81df3..f8f76bbc6ca43f2bd0651a2d31d1023af4ca75f6 100644
|
| --- a/tools/perf/benchmarks/memory_pressure.py
|
| +++ b/tools/perf/benchmarks/memory_pressure.py
|
| @@ -5,6 +5,8 @@
|
| from telemetry import test
|
| from measurements import memory_pressure
|
|
|
| +
|
| +@test.Disabled('android') # crbug.com/379561
|
| class MemoryPressure(test.Test):
|
| test = memory_pressure.MemoryPressure
|
| page_set = 'page_sets/typical_25.py'
|
|
|