Index: tools_webrtc/gtest-parallel-wrapper.py |
diff --git a/tools_webrtc/gtest-parallel-wrapper.py b/tools_webrtc/gtest-parallel-wrapper.py |
index e7a659f2861cf01b499e9673316f6fe2414c09f4..19c8eb98a4f8fb076709fc7e3d97ea7daaa15b4f 100755 |
--- a/tools_webrtc/gtest-parallel-wrapper.py |
+++ b/tools_webrtc/gtest-parallel-wrapper.py |
@@ -81,6 +81,9 @@ def get_args_and_env(): |
parser.add_argument('--isolated-script-test-chartjson-output', type=str, |
default=None) |
+ # No-sandbox is a Chromium-specific flag, ignore it. |
+ parser.add_argument('--no-sandbox', action='store_true', default=False) |
+ |
# We have to do this, since --isolated-script-test-output is passed as an |
# argument to the executable by the swarming scripts, and we want to pass it |
# to gtest-parallel instead. |