Index: tools/perf/benchmarks/oortonline.py |
diff --git a/tools/perf/benchmarks/oortonline.py b/tools/perf/benchmarks/oortonline.py |
index f81a421333e81f0593200794e0949f047169a94a..f5c46a543b822d3df230c37306df70e63cb53f70 100644 |
--- a/tools/perf/benchmarks/oortonline.py |
+++ b/tools/perf/benchmarks/oortonline.py |
@@ -61,6 +61,8 @@ |
# TODO(perezju): Temporary workaround to disable periodic memory dumps. |
# See: http://crbug.com/513692 |
'--enable-memory-benchmarking', |
+ # TODO(ssid): Remove this flag after fixing http://crbug.com/461788. |
+ '--no-sandbox' |
]) |
def CreateStorySet(self, options): |