diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 18:02:56 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 18:02:56 +0000 |
commit | 754b760cc730e27a670b98c5db096efd4fbb3f98 (patch) | |
tree | d1e654b6e6b1fe025da87ee0b5e91aab1b8beadf | |
parent | 8bf640b8f68c570cf41ff665ffad07cfa933b8ae (diff) | |
download | chromium_src-754b760cc730e27a670b98c5db096efd4fbb3f98.zip chromium_src-754b760cc730e27a670b98c5db096efd4fbb3f98.tar.gz chromium_src-754b760cc730e27a670b98c5db096efd4fbb3f98.tar.bz2 |
Disable nacl integration tests until we roll deps.
Review URL: http://codereview.chromium.org/7446007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93055 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/test/nacl_test_injection/buildbot_nacl_integration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py index fad00c9..3edfe9c 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -25,7 +25,7 @@ def Main(): # Uncomment the following line if there is skew in the PPAPI interface # and the tests are failing. Comment out once the issues are resolved. - #return + return script_dir = os.path.dirname(os.path.abspath(__file__)) test_dir = os.path.dirname(script_dir) |