summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgmanikpure <gmanikpure@chromium.org>2015-12-21 16:05:59 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 00:07:42 +0000
commit402288a9151ccc86d4e4f587af63e5b40aae1d2e (patch)
tree13151011e407f2dc894fac31947ca763e87e1247
parentdc8cdbb4066c7e9e8845376958f1af7bc12f2025 (diff)
downloadchromium_src-402288a9151ccc86d4e4f587af63e5b40aae1d2e.zip
chromium_src-402288a9151ccc86d4e4f587af63e5b40aae1d2e.tar.gz
chromium_src-402288a9151ccc86d4e4f587af63e5b40aae1d2e.tar.bz2
[Chromedriver] Disabling testGetUrlonInvalidUrl for chromedriver_webview_shell
BUG=chromedriver:1295 Review URL: https://codereview.chromium.org/1545463002 Cr-Commit-Position: refs/heads/master@{#366498}
-rwxr-xr-xchrome/test/chromedriver/test/run_py_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index bc2ecfc..c8779d9 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -167,6 +167,10 @@ _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
'ChromeDriverTest.testGetWindowHandles',
'ChromeDriverTest.testSwitchToWindow',
'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1295
+ # TODO(gmanikpure): re-enable this test when we stop supporting
+ # WebView on KitKat.
+ 'ChromeDriverTest.testGetUrlOnInvalidUrl',
]
)