summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhnguyen@chromium.org <hnguyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-01 18:58:27 +0000
committerhnguyen@chromium.org <hnguyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-01 18:58:27 +0000
commit26fdf6bae815fa25d843075f0fb0c2675c0f01b1 (patch)
tree89b9521a84de7e4670c2a5f860f68b8185bdc45b
parent0b8eb9033aba842737010e7e281dbd0a78f15b2f (diff)
downloadchromium_src-26fdf6bae815fa25d843075f0fb0c2675c0f01b1.zip
chromium_src-26fdf6bae815fa25d843075f0fb0c2675c0f01b1.tar.gz
chromium_src-26fdf6bae815fa25d843075f0fb0c2675c0f01b1.tar.bz2
Disable testInstallExtensions
BUG=none TEST=none Review URL: http://codereview.chromium.org/7541027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94949 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/webdriver/test/chromedriver_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/test/chromedriver_tests.py b/chrome/test/webdriver/test/chromedriver_tests.py
index 86d772b..ba7d494 100644
--- a/chrome/test/webdriver/test/chromedriver_tests.py
+++ b/chrome/test/webdriver/test/chromedriver_tests.py
@@ -305,7 +305,7 @@ class DesiredCapabilitiesTest(ChromeDriverTest):
self.assertEqual(cookie_dict['value'], 'chrome profile')
driver.quit()
- def testInstallExtensions(self):
+ def DISABLED_testInstallExtensions(self):
"""Test starting web driver with multiple extensions."""
extensions = ['ext_test_1.crx', 'ext_test_2.crx']
base64_extensions = []