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..00936c079eaab75cbcf71696d57a6c41ed860bdf 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('earth_browser_test_c') |
+ tests_to_disable.append('earth_browser_test_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. |