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 8e1c191710befbb3e8040d64852dd137fcacb561..d3cc8c5c5dbde0a5ab5328354acea6c05ddad730 100755 |
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
@@ -22,6 +22,11 @@ def Main(args): |
sys.stdout.write('Skipping nacl_integration, see http://crbug.com/101050\n') |
return |
+ if not is_integration_bot and sys.platform == 'linux2': |
+ # TODO: Reenable. |
+ sys.stdout.write('Skipping nacl_integration, see http://crbug.com/101401\n') |
+ return |
+ |
# On the main Chrome waterfall, we may need to control where the tests are |
# run. |
# If there is serious skew in the PPAPI interface that causes all of |