| 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 7d031b8115e7a43f149411f8e82ea60a372fe954..6b1e6911dd330a4f761477f8d1293633abc56956 100755
|
| --- a/chrome/test/chromedriver/test/run_py_tests.py
|
| +++ b/chrome/test/chromedriver/test/run_py_tests.py
|
| @@ -146,6 +146,8 @@ _ANDROID_NEGATIVE_FILTER['chrome_beta'] = (
|
| _ANDROID_NEGATIVE_FILTER['chromium'] = (
|
| _ANDROID_NEGATIVE_FILTER['chrome'] + [
|
| 'ChromeDriverTest.testSwitchToWindow',
|
| + # https://crbug.com/579782
|
| + 'ChromeDriverTest.testTouchLongPressElement',
|
| ]
|
| )
|
| _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
|
|
|