| 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 e9be5f9ba467bb210879630a0653013391098530..5531bc026f467949c776df239265357175e547d5 100755
|
| --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
|
| +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
|
| @@ -58,11 +58,6 @@ def Main(args):
|
| 'run_fault_pq_dep_pm_nameservice_chrome_browser_test',
|
| ])
|
|
|
| - # TODO(mcgrathr): Reenable when resolved.
|
| - # Was seen to fail repeatedly on Windows.
|
| - # http://code.google.com/p/nativeclient/issues/detail?id=2173
|
| - tests_to_disable.append('run_inbrowser_crash_in_syscall_test')
|
| -
|
| if sys.platform in ('win32', 'cygwin'):
|
| tests_to_disable.append('run_ppapi_ppp_input_event_browser_test')
|
|
|
|
|