| 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'] = (
|
|
|