diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 11:14:09 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 11:14:09 +0000 |
commit | 9668119f0227a1bf91063d96749b601c3131c8e9 (patch) | |
tree | 732a4cdbf1f88e19158d0f5051bc26caeb0111c5 | |
parent | 0253a524394485980bd0125d33322d01e7c2eff1 (diff) | |
download | chromium_src-9668119f0227a1bf91063d96749b601c3131c8e9.zip chromium_src-9668119f0227a1bf91063d96749b601c3131c8e9.tar.gz chromium_src-9668119f0227a1bf91063d96749b601c3131c8e9.tar.bz2 |
Disable a webdriver test
The test fails on win. Details in bug.
TBR=kkania
BUG=131782
Review URL: https://chromiumcodereview.appspot.com/10543076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141194 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/webdriver/test/WEBDRIVER_TESTS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/webdriver/test/WEBDRIVER_TESTS b/chrome/test/webdriver/test/WEBDRIVER_TESTS index e9d657b..688c7e0 100644 --- a/chrome/test/webdriver/test/WEBDRIVER_TESTS +++ b/chrome/test/webdriver/test/WEBDRIVER_TESTS @@ -64,6 +64,7 @@ ], 'win': [ + '-chromedriver_tests.FileUploadControlTest.testSetFilePathToFileUploadControl', ], |