diff options
author | samuong <samuong@chromium.org> | 2015-03-17 23:44:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-18 06:45:21 +0000 |
commit | e232abb7d549a2acff45aa610efe5c4373a7b409 (patch) | |
tree | 6203301b835877104ab4cecd5b769f2cfb2cd2b4 | |
parent | ec46f6eeaef09ce584846a3d9573649f9c4882a0 (diff) | |
download | chromium_src-e232abb7d549a2acff45aa610efe5c4373a7b409.zip chromium_src-e232abb7d549a2acff45aa610efe5c4373a7b409.tar.gz chromium_src-e232abb7d549a2acff45aa610efe5c4373a7b409.tar.bz2 |
[chromedriver] Disable network emulation test on WebView shell.
BUG=
TBR=stgao@chromium.org
Review URL: https://codereview.chromium.org/1011373002
Cr-Commit-Position: refs/heads/master@{#321087}
-rwxr-xr-x | chrome/test/chromedriver/test/run_py_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py index 6dc15c5..57e1990 100755 --- a/chrome/test/chromedriver/test/run_py_tests.py +++ b/chrome/test/chromedriver/test/run_py_tests.py @@ -165,6 +165,7 @@ _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = ( 'ChromeDriverTest.testEmulateNetworkConditionsNameSpeed', 'ChromeDriverTest.testEmulateNetworkConditionsOffline', 'ChromeDriverTest.testEmulateNetworkConditionsSpeed', + 'ChromeDriverTest.testEmulateNetworkConditionsName', ] ) |