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

Unified Diff: chrome/test/webdriver/test/run_webdriver_java_tests.py

Issue 10413052: Disable java webdriver tests that run against Chrome stable, until stable is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/webdriver/test/run_webdriver_java_tests.py
diff --git a/chrome/test/webdriver/test/run_webdriver_java_tests.py b/chrome/test/webdriver/test/run_webdriver_java_tests.py
index dd284d0f49f4ee0970c91e929841c3e9e276f2c6..5eef016bab9af83136c20ff5fa50a8a4e53c31fb 100755
--- a/chrome/test/webdriver/test/run_webdriver_java_tests.py
+++ b/chrome/test/webdriver/test/run_webdriver_java_tests.py
@@ -58,14 +58,17 @@ def RunFyiTests(options, webdriver_checkout):
chromedriver_path=chromedriver_path,
chrome_path=chrome_path))
- print '@@@BUILD_STEP java_stable_tests@@@'
- print '@@@STEP_TEXT@chromedriver r%s@@@' % revision
- PrintTestResults(java_tests.Run(
- test_target=java_tests.CHROME_TESTS,
- test_filter=options.filter,
- webdriver_dir=webdriver_checkout,
- chromedriver_path=chromedriver_path,
- chrome_path=None))
+ # Disable running latest ChromeDriver with Chrome stable, since
+ # there is a compatibility break between v20 and v21.
+ # See http://code.google.com/p/chromedriver/issues/detail?id=80
+ # print '@@@BUILD_STEP java_stable_tests@@@'
+ # print '@@@STEP_TEXT@chromedriver r%s@@@' % revision
+ # PrintTestResults(java_tests.Run(
+ # test_target=java_tests.CHROME_TESTS,
+ # test_filter=options.filter,
+ # webdriver_dir=webdriver_checkout,
+ # chromedriver_path=chromedriver_path,
+ # chrome_path=None))
def PrintTestResults(results):
« 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