Chromium Code Reviews| 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 5729c8f55d9a8e8044a92d1a526e1952fff7cfe5..beb90640d3086d569cdd47bf11817a53524964cd 100755 |
| --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
| +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
| @@ -31,6 +31,10 @@ def Main(args): |
| # TODO(ncbray): Reenable when this issue is resolved. |
| # http://code.google.com/p/nativeclient/issues/detail?id=2091 |
| tests_to_disable.append('run_ppapi_bad_browser_test') |
| + # TODO(wez): Reenable when he duplicate copy of the test has been removed. |
| + # http://code.google.com/p/chromium/issues/detail?id=108379 |
| + tests_to_disable.append('run_earth_c') |
|
dmichael (off chromium)
2011/12/22 20:14:57
Looking at native_client/tests/earth/nacl.scons, I
|
| + tests_to_disable.append('run_earth_cc') |
| # This thread safety stress test is flaky on at least Windows. |
| # See http://code.google.com/p/nativeclient/issues/detail?id=2124 |
| # TODO(mseaborn): Reenable when this issue is resolved. |