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 91f06f81c1151e67e48fcb134837e60ef54c7786..204e07fbf47af51ce72c0ebe738fb47ad7095ae7 100755 |
--- a/chrome/test/chromedriver/test/run_py_tests.py |
+++ b/chrome/test/chromedriver/test/run_py_tests.py |
@@ -110,6 +110,15 @@ _ANDROID_NEGATIVE_FILTER['com.google.android.apps.chrome'] = ( |
'PerfTest.testColdExecuteScript', |
] |
) |
+_ANDROID_NEGATIVE_FILTER['com.android.chrome'] = ( |
+ _ANDROID_NEGATIVE_FILTER['com.google.android.apps.chrome'] + [ |
+ # Touch support was added to devtools in Chrome v30. |
+ 'ChromeDriverTest.testTouchDownUpElement', |
+ 'ChromeDriverTest.testTouchMovedElement', |
+ ] |
+) |
+_ANDROID_NEGATIVE_FILTER['com.chrome.beta'] = ( |
+ _ANDROID_NEGATIVE_FILTER['com.google.android.apps.chrome']) |
_ANDROID_NEGATIVE_FILTER['org.chromium.chrome.testshell'] = ( |
_ANDROID_NEGATIVE_FILTER['com.google.android.apps.chrome'] + [ |
# ChromiumTestShell doesn't support multiple tabs. |