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 7ac6d286e54ff1d06c71a06087ed20f44fa500c8..87d9e6f1b6c77c941ee55df523fb25d0da277d55 100755 |
--- a/chrome/test/chromedriver/test/run_py_tests.py |
+++ b/chrome/test/chromedriver/test/run_py_tests.py |
@@ -122,6 +122,8 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = ( |
'PerfTest.testColdExecuteScript', |
# https://code.google.com/p/chromedriver/issues/detail?id=459 |
'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly', |
+ # https://code.google.com/p/chromedriver/issues/detail?id=913 |
+ 'ChromeDriverTest.testChromeDriverReceiveAndSendLargeData', |
] |
) |
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = ( |
@@ -134,14 +136,10 @@ _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'] + [ |
- # https://code.google.com/p/chromedriver/issues/detail?id=913 |
- 'ChromeDriverTest.testChromeDriverSendLargeData', |
'PerformanceLoggerTest.testPerformanceLogger', |
] |
) |