summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver
diff options
context:
space:
mode:
authorsamuong <samuong@chromium.org>2015-07-29 13:43:54 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-29 20:44:24 +0000
commiteed3caab7726b9d008de16aa450d0dea134776fe (patch)
tree0ebde72cb0c27fca11f3d4139405c3ab766ee2ee /chrome/test/chromedriver
parentccfe630130d0b4768338a88361c98cc8fc35f758 (diff)
downloadchromium_src-eed3caab7726b9d008de16aa450d0dea134776fe.zip
chromium_src-eed3caab7726b9d008de16aa450d0dea134776fe.tar.gz
chromium_src-eed3caab7726b9d008de16aa450d0dea134776fe.tar.bz2
[chromedriver] Disable testChromeDriverSendLargeData on Android.
BUG=chromedriver:1175 TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1254883003 Cr-Commit-Position: refs/heads/master@{#340976}
Diffstat (limited to 'chrome/test/chromedriver')
-rwxr-xr-xchrome/test/chromedriver/test/run_py_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index c67b0ad..f3241c6 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -144,6 +144,8 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = (
'SessionHandlingTest.testGetSessions',
# Android doesn't use the chrome://print dialog.
'ChromeDriverTest.testCanSwitchToPrintPreviewDialog',
+ # https://code.google.com/p/chromedriver/issues/detail?id=1175
+ 'ChromeDriverTest.testChromeDriverSendLargeData',
]
)
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = (
@@ -169,8 +171,6 @@ _ANDROID_NEGATIVE_FILTER['chrome_shell'] = (
)
_ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
_ANDROID_NEGATIVE_FILTER['chrome_shell'] + [
- # https://code.google.com/p/chromedriver/issues/detail?id=913
- 'ChromeDriverTest.testChromeDriverSendLargeData',
'PerformanceLoggerTest.testPerformanceLogger',
'ChromeDriverTest.testShadowDom*',
# WebView doesn't support emulating network conditions.