diff options
author | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 02:58:27 +0000 |
---|---|---|
committer | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 02:58:27 +0000 |
commit | 5abd271ad7ddb4409b1321ab953e6ba0e524373f (patch) | |
tree | 993d63c966ea68210be21e76e00b9d7ebc20816e /ppapi/native_client | |
parent | f78d671dd4b65b75abfad5459ccca747979af096 (diff) | |
download | chromium_src-5abd271ad7ddb4409b1321ab953e6ba0e524373f.zip chromium_src-5abd271ad7ddb4409b1321ab953e6ba0e524373f.tar.gz chromium_src-5abd271ad7ddb4409b1321ab953e6ba0e524373f.tar.bz2 |
Disable ppapi_ppb_url_request_info_browser_test for now
This test is breaking for the NaCl buildbots.
Disable it until Polina has time to investigate.
BUG= http://code.google.com/p/chromium/issues/detail?id=94790
TEST= none
R=polina@google.com
Review URL: http://codereview.chromium.org/7812003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client')
-rw-r--r-- | ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons index 8f78e4b..8428117 100644 --- a/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons +++ b/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons @@ -36,4 +36,6 @@ node = env.PPAPIBrowserTester('ppapi_ppb_url_request_info_browser_test.out', env.AddNodeToTestSuite(node, ['chrome_browser_tests'], 'run_ppapi_ppb_url_request_info_browser_test', - is_broken=env.PPAPIBrowserTesterIsBroken()) + # TODO(mcgrathr): broken for the moment, see + #http://code.google.com/p/chromium/issues/detail?id=94790 + is_broken=env.PPAPIBrowserTesterIsBroken() or True) |