diff options
-rwxr-xr-x | chrome/test/chromedriver/test/run_py_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py index fe0ccbc..7798b7b 100755 --- a/chrome/test/chromedriver/test/run_py_tests.py +++ b/chrome/test/chromedriver/test/run_py_tests.py @@ -184,6 +184,7 @@ _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = ( 'ChromeDriverTest.testTouchPinch', # WebView shell doesn't support popups or popup blocking. 'ChromeDriverTest.testPopups', + 'ChromeDriverTest.testDontGoBackOrGoForward', ] ) |