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

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

Issue 2692533002: [Chromedriver] Disable window & screenshot tests on Chrome v57. (Closed)
Patch Set: Created 3 years, 10 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 | chrome/test/chromedriver/test/test_expectations » ('j') | 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 ab3451ea219248b9de476c1d65829ddebcee9e35..b81762c79b2ad2c0fe6d11e799cf27cdb3c75b1f 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -96,6 +96,15 @@ _VERSION_SPECIFIC_FILTER['56'] = [
'ChromeDriverTest.testMouseMoveTo',
'ChromeDriverTest.testHoverOverElement',
]
+_VERSION_SPECIFIC_FILTER['57'] = [
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1625
+ 'ChromeDriverTest.testWindowMaximize',
+ 'ChromeDriverTest.testWindowPosition',
+ 'ChromeDriverTest.testWindowSize',
+ 'ChromeExtensionsCapabilityTest.testCanInspectBackgroundPage',
+ 'ChromeExtensionsCapabilityTest.testCanLaunchApp',
+ 'MobileEmulationCapabilityTest.testDeviceMetricsWithStandardWidth',
+]
_OS_SPECIFIC_FILTER = {}
_OS_SPECIFIC_FILTER['win'] = [
« no previous file with comments | « no previous file | chrome/test/chromedriver/test/test_expectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698