[ChromeDriver] Disable testSendTextToAlert on Android
Disable testSendTextToAlert for Chromium on Android. It is failing
and blocking ChromeDriver 2.34 release.
TBR=stgao@chromium.org
Bug: chromedriver:2164
Change-Id: I64705dba6547c9ec66a52a60270b131d14df0e8d
Reviewed-on: https://chromium-review.googlesource.com/818728
Reviewed-by: John Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523016}diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index abef2ed..1f171e0 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -200,6 +200,8 @@
'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2108
'ChromeLoggingCapabilityTest.testPerformanceLogger',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2164
+ 'ChromeDriverTest.testSendTextToAlert',
]
)
_ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (