Commit 02a2eda9 authored by ncbray@google.com's avatar ncbray@google.com

Disable NaCl's run_ppapi_crash_browser_test on Mac.

It has been flaking.

BUG= http://code.google.com/p/nativeclient/issues/detail?id=1835
TEST= none

Review URL: http://codereview.chromium.org/8673001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111278 0039d316-1c4b-4281-b951-d872f2087c98
parent 8c181fd4
......@@ -58,6 +58,11 @@ def Main(args):
'run_fault_pq_dep_pm_nameservice_chrome_browser_test',
])
if sys.platform == 'darwin':
# TODO(mseaborn) fix
# http://code.google.com/p/nativeclient/issues/detail?id=1835
tests_to_disable.append('run_ppapi_crash_browser_test')
if sys.platform in ('win32', 'cygwin'):
tests_to_disable.append('run_ppapi_ppp_input_event_browser_test')
......
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