Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2246)

Unified Diff: chrome/test/chromedriver/test/run_py_tests.py

Issue 2950353003: [Chromedriver] Disable few tests involving ClickElement command on HEAD. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/chromedriver/test/test_expectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/run_py_tests.py
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index 4786e8da5b69e5537f9563de9a2e575885822c31..9fe372d60bb5ad08caed54e10935df9c14eb0487 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -168,6 +168,8 @@ _ANDROID_NEGATIVE_FILTER['chromium'] = (
'ChromeDriverTest.testHoverOverElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1478
'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1852
+ 'ChromeDriverTest.testTouchScrollElement',
]
)
_ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
« no previous file with comments | « no previous file | chrome/test/chromedriver/test/test_expectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698