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): ...@@ -58,14 +58,17 @@ def RunFyiTests(options, webdriver_checkout):
chromedriver_path=chromedriver_path, chromedriver_path=chromedriver_path,
chrome_path=chrome_path)) chrome_path=chrome_path))
print '@@@BUILD_STEP java_stable_tests@@@' # Disable running latest ChromeDriver with Chrome stable, since
print '@@@STEP_TEXT@chromedriver r%s@@@' % revision # there is a compatibility break between v20 and v21.
PrintTestResults(java_tests.Run( # See http://code.google.com/p/chromedriver/issues/detail?id=80
test_target=java_tests.CHROME_TESTS, # print '@@@BUILD_STEP java_stable_tests@@@'
test_filter=options.filter, # print '@@@STEP_TEXT@chromedriver r%s@@@' % revision
webdriver_dir=webdriver_checkout, # PrintTestResults(java_tests.Run(
chromedriver_path=chromedriver_path, # test_target=java_tests.CHROME_TESTS,
chrome_path=None)) # test_filter=options.filter,
# webdriver_dir=webdriver_checkout,
# chromedriver_path=chromedriver_path,
# chrome_path=None))
def PrintTestResults(results): 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