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

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

Issue 2550093004: [chromedriver] Disable WindowTest and ScreenshotTest on HEAD (Closed)
Patch Set: Created 4 years 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 e65d81be072c1214bb0d879597e4124ced8348b8..fb1c3bffcc0a4bb35f4d876fb3dd1126df2f3644 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -73,6 +73,13 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [
'ChromeDriverTest.testShadowDomHover',
'ChromeDriverTest.testMouseMoveTo',
'ChromeDriverTest.testHoverOverElement',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1625
+ 'ChromeDriverTest.testWindowMaximize',
+ 'ChromeDriverTest.testWindowPosition',
+ 'ChromeDriverTest.testWindowSize',
+ 'ChromeExtensionsCapabilityTest.testCanInspectBackgroundPage',
+ 'ChromeExtensionsCapabilityTest.testCanLaunchApp',
+ 'MobileEmulationCapabilityTest.testDeviceMetricsWithStandardWidth',
]
_VERSION_SPECIFIC_FILTER['55'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
« 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