Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: chrome/test/chromedriver/test/run_py_tests.py

Issue 2906693005: [Chromedriver] Disable tests involving AddCookie on WebView shell. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4e914bb2e998a2bc7985365a63bdc4dbe6f0b98b..ac414e16843768bfb1dfa953c4500b3993d3f0db 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -219,6 +219,11 @@ _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
'ChromeDriverTest.testClickElementAfterNavigation',
'ChromeDriverTest.testGetLogOnWindowWithAlert',
'ChromeDriverTest.testUnexpectedAlertOpenExceptionMessage',
+ # The WebView shell that we test against (on Kitkat) does not yet
+ # support Network.setCookie DevTools command.
+ # TODO(gmanikpure): reenable when it does.
+ 'ChromeDriverTest.testGetHttpOnlyCookie',
+ 'ChromeDriverLogTest.testDisablingDriverLogsSuppressesChromeDriverLog',
]
)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698