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

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

Issue 13493014: [chromedriver] Disable failed tests on bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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_expectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/run_py_tests.py
diff --git a/chrome/test/chromedriver/run_py_tests.py b/chrome/test/chromedriver/run_py_tests.py
index d6b4cc12eb354ee0fe8ec0a6011b72d5f4693754..2495df33d016387ed5b9c56ee776bb0fb6eae012 100755
--- a/chrome/test/chromedriver/run_py_tests.py
+++ b/chrome/test/chromedriver/run_py_tests.py
@@ -46,6 +46,9 @@ elif util.IsLinux():
_DESKTOP_OS_SPECIFIC_FILTER = [
# Xvfb doesn't support maximization.
'ChromeDriverTest.testWindowMaximize',
+ # https://code.google.com/p/chromedriver/issues/detail?id=302
+ 'ChromeDriverTest.testWindowPosition',
+ 'ChromeDriverTest.testWindowSize',
]
« no previous file with comments | « no previous file | chrome/test/chromedriver/test_expectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698