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

[chromedriver] Disable testEmulateNetworkConditions on WebView

BUG=
TBR=stgao@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#320750}
parent 989adc84
...@@ -157,6 +157,7 @@ _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = ( ...@@ -157,6 +157,7 @@ _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
'PerformanceLoggerTest.testPerformanceLogger', 'PerformanceLoggerTest.testPerformanceLogger',
'ChromeDriverTest.testShadowDom*', 'ChromeDriverTest.testShadowDom*',
# WebView doesn't support emulating network conditions. # WebView doesn't support emulating network conditions.
'ChromeDriverTest.testEmulateNetworkConditions',
'ChromeDriverTest.testEmulateNetworkConditionsOffline', 'ChromeDriverTest.testEmulateNetworkConditionsOffline',
] ]
) )
......
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