Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5488)

Unified Diff: chrome/test/chromedriver/test/run_py_tests.py

Issue 619873005: [chromedriver] Disable large data transmission tests on Android (chrome_shell/chromedriver_webview_… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/run_py_tests.py
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index 102ee2f940b7115c75bef8e99daf2f2a55129a72..fa6931d5e6052844b6b2449c964add75f3860ccb 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -132,10 +132,16 @@ _ANDROID_NEGATIVE_FILTER['chrome_shell'] = (
'ChromeDriverTest.testGetWindowHandles',
'ChromeDriverTest.testSwitchToWindow',
'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
+ # https://code.google.com/p/chromedriver/issues/detail?id=913
+ 'ChromeDriverTest.testChromeDriverReceiveAndSendLargeData',
]
)
_ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
- _ANDROID_NEGATIVE_FILTER['chrome_shell'])
+ _ANDROID_NEGATIVE_FILTER['chrome_shell'] + [
+ # https://code.google.com/p/chromedriver/issues/detail?id=913
+ 'ChromeDriverTest.testChromeDriverSendLargeData',
+ ]
+)
class ChromeDriverBaseTest(unittest.TestCase):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698