Commit 7ea8e21b authored by kkania@chromium.org's avatar kkania@chromium.org

Disable java webdriver tests that run against Chrome stable, until stable is

v21 or until the incompatibility is worked around.
BUG=none
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10413052

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138345 0039d316-1c4b-4281-b951-d872f2087c98
parent 8de90c26
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment