From 0c9834126d48ce13f42ca80078eb4b2896e9ba2e Mon Sep 17 00:00:00 2001 From: "ncbray@google.com" Date: Sat, 3 Sep 2011 00:06:45 +0000 Subject: Disable flaky NaCl SRPC integration tests. BUG= none TEST= none Review URL: http://codereview.chromium.org/7835008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99477 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/nacl_test_injection/buildbot_nacl_integration.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'chrome') diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py index 36d4aaf..bf6ffef 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -39,6 +39,18 @@ def Main(args): # updated. http://code.google.com/p/chromium/issues/detail?id=94352 tests_to_disable.append('run_ppapi_ppb_url_request_info_browser_test') + # TODO(ncbray) why did these tests flake? + # http://code.google.com/p/nativeclient/issues/detail?id=2230 + tests_to_disable.extend([ + 'run_pm_manifest_file_chrome_browser_test', + 'run_srpc_basic_chrome_browser_test', + 'run_srpc_hw_data_chrome_browser_test', + 'run_srpc_hw_chrome_browser_test', + 'run_srpc_manifest_file_chrome_browser_test', + 'run_srpc_nameservice_chrome_browser_test', + 'run_srpc_nrd_xfer_chrome_browser_test', + ]) + if sys.platform == 'darwin': # The following test is failing on Mac OS X 10.5. This may be # because of a kernel bug that we might need to work around. -- cgit v1.1