Index: chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
index d61c320b6b3a8576d9dee3ba90b42f64374d4aec..d16861cc80deffca2358d265935d4f4def43de97 100755 |
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
@@ -50,6 +50,8 @@ def Main(args): |
# run_breakpad_browser_process_crash_test is flaky. |
# See http://crbug.com/317890 |
tests_to_disable.append('run_breakpad_browser_process_crash_test') |
+ # See http://crbug.com/332301 |
+ tests_to_disable.append('run_breakpad_crash_in_syscall_test') |
script_dir = os.path.dirname(os.path.abspath(__file__)) |
nacl_integration_script = os.path.join(script_dir, |