diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 04:51:36 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 04:51:36 +0000 |
commit | 4002002051b55045953017b4fb69015dd75fcf84 (patch) | |
tree | 8b9b5c547d9c6e2261c1b210e2f93e78ed5774d6 /chrome/test/webdriver | |
parent | 4a5715374d779b733df6a84d4476924964e404e8 (diff) | |
download | chromium_src-4002002051b55045953017b4fb69015dd75fcf84.zip chromium_src-4002002051b55045953017b4fb69015dd75fcf84.tar.gz chromium_src-4002002051b55045953017b4fb69015dd75fcf84.tar.bz2 |
Disable chromedriver test: testDetachProcess
TBR=kkania
BUG=134982
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10694017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/webdriver')
-rw-r--r-- | chrome/test/webdriver/test/chromedriver_tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/webdriver/test/chromedriver_tests.py b/chrome/test/webdriver/test/chromedriver_tests.py index d47eaac..4d013b3 100644 --- a/chrome/test/webdriver/test/chromedriver_tests.py +++ b/chrome/test/webdriver/test/chromedriver_tests.py @@ -322,7 +322,8 @@ class DetachProcessTest(ChromeDriverTest): self._server2.Kill() # TODO(kkania): Remove this when Chrome 15 is stable. - def testDetachProcess(self): + # crbug.com/134982 + def DISABLED_testDetachProcess(self): # This is a weak test. Its purpose is to just make sure we can start # Chrome successfully in detached mode. There's not an easy way to know # if Chrome is shutting down due to the channel error when the client |