Commit d425521f authored by samuong's avatar samuong Committed by Commit bot

[chromedriver] Disable testChromeDriverSendLargeData on webview_shell

This was accidentally enabled in crrev.com/680463002.

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

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

Cr-Commit-Position: refs/heads/master@{#301120}
parent ec3246c0
...@@ -152,6 +152,8 @@ _ANDROID_NEGATIVE_FILTER['chrome_shell'] = ( ...@@ -152,6 +152,8 @@ _ANDROID_NEGATIVE_FILTER['chrome_shell'] = (
) )
_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