Commit 84f541ff authored by samuong's avatar samuong Committed by Commit bot

[chromedriver] Disable testChromeDriverReceiveAndSendLargeData on Android

BUG=chromedriver:913
TBR=stgao@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/680463002

Cr-Commit-Position: refs/heads/master@{#301065}
parent 78540e27
...@@ -134,6 +134,8 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = ( ...@@ -134,6 +134,8 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = (
'PerfTest.testColdExecuteScript', 'PerfTest.testColdExecuteScript',
# https://code.google.com/p/chromedriver/issues/detail?id=459 # https://code.google.com/p/chromedriver/issues/detail?id=459
'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly', 'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
# https://code.google.com/p/chromedriver/issues/detail?id=913
'ChromeDriverTest.testChromeDriverReceiveAndSendLargeData',
] ]
) )
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = ( _ANDROID_NEGATIVE_FILTER['chrome_stable'] = (
...@@ -146,14 +148,10 @@ _ANDROID_NEGATIVE_FILTER['chrome_shell'] = ( ...@@ -146,14 +148,10 @@ _ANDROID_NEGATIVE_FILTER['chrome_shell'] = (
'ChromeDriverTest.testGetWindowHandles', 'ChromeDriverTest.testGetWindowHandles',
'ChromeDriverTest.testSwitchToWindow', 'ChromeDriverTest.testSwitchToWindow',
'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly', 'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
# https://code.google.com/p/chromedriver/issues/detail?id=913
'ChromeDriverTest.testChromeDriverReceiveAndSendLargeData',
] ]
) )
_ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = ( _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',
'PerformanceLoggerTest.testPerformanceLogger', 'PerformanceLoggerTest.testPerformanceLogger',
] ]
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment