summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver
diff options
context:
space:
mode:
authorsamuong <samuong@chromium.org>2015-07-28 00:07:36 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 07:08:23 +0000
commitfb5d24159dc83fc2c28e35e008bdaa481406c32a (patch)
tree7ae63fe3eeae22197482fca269dfb4ce830035a2 /chrome/test/chromedriver
parentea3cbb5fb22ac741835f5e711b6d3742c60d1a68 (diff)
downloadchromium_src-fb5d24159dc83fc2c28e35e008bdaa481406c32a.zip
chromium_src-fb5d24159dc83fc2c28e35e008bdaa481406c32a.tar.gz
chromium_src-fb5d24159dc83fc2c28e35e008bdaa481406c32a.tar.bz2
[chromedriver] Disable ChromeDriverTest.testShouldHandleNewWindowLoadingProperly.
BUG=chromedriver:1167 TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1254383003 Cr-Commit-Position: refs/heads/master@{#340650}
Diffstat (limited to 'chrome/test/chromedriver')
-rwxr-xr-xchrome/test/chromedriver/test/run_py_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index 1159b00..49ac70e 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -55,6 +55,8 @@ _NEGATIVE_FILTER = [
'ChromeDriverTest.testEmulateNetworkConditionsSpeed',
# crbug.com/469947
'ChromeDriverTest.testTouchPinch'
+ # https://code.google.com/p/chromedriver/issues/detail?id=1167
+ 'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
]
_VERSION_SPECIFIC_FILTER = {}