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

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

Issue 2726903002: [chromedriver] Re-enable window & screenshot tests on HEAD. (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 c6c901c3b15d16a2f22b25cf34c5f2718e255ac7..49c0b2a96021f258f4654e913df683579c109ec3 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -73,13 +73,6 @@ _VERSION_SPECIFIC_FILTER = {}
_VERSION_SPECIFIC_FILTER['HEAD'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=992
'ChromeDownloadDirTest.testDownloadDirectoryOverridesExistingPreferences',
- # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1625
- 'ChromeDriverTest.testWindowMaximize',
- 'ChromeDriverTest.testWindowPosition',
- 'ChromeDriverTest.testWindowSize',
- 'ChromeExtensionsCapabilityTest.testCanInspectBackgroundPage',
- 'ChromeExtensionsCapabilityTest.testCanLaunchApp',
- 'MobileEmulationCapabilityTest.testDeviceMetricsWithStandardWidth',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1673
'ChromeDownloadDirTest.testFileDownloadWithGet',
'ChromeDriverPageLoadTimeoutTest.*',
« 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