summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver
diff options
context:
space:
mode:
authorsamuong <samuong@chromium.org>2015-07-30 10:19:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-30 17:21:04 +0000
commit441dfbeafb418ad03e21c74a835bad615f4b2b67 (patch)
treeca92c82ccaf252a7c38c3d085b955990ca8087ce /chrome/test/chromedriver
parent9a06836982214f2edced21bbd1615b49e7f231bf (diff)
downloadchromium_src-441dfbeafb418ad03e21c74a835bad615f4b2b67.zip
chromium_src-441dfbeafb418ad03e21c74a835bad615f4b2b67.tar.gz
chromium_src-441dfbeafb418ad03e21c74a835bad615f4b2b67.tar.bz2
[chromedriver] Disable testDontGoBackOrGoForward on WebView Shell.
This test requires opening a new tab, which WebView Shell doesn't support. BUG= TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1252913011 Cr-Commit-Position: refs/heads/master@{#341144}
Diffstat (limited to 'chrome/test/chromedriver')
-rwxr-xr-xchrome/test/chromedriver/test/run_py_tests.py1
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',
]
)