Commit 0c2168e2 authored by ncbray@chromium.org's avatar ncbray@chromium.org

Disable run_breakpad_crash_in_syscall_test nacl_integration test on Windows.

BUG=332301

Review URL: https://codereview.chromium.org/129723003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243879 0039d316-1c4b-4281-b951-d872f2087c98
parent 056ed709
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment