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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 7640017: Disable pyauto tests on mac that requires py2.6. Fix 2 failing chromedriver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 4 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/webdriver/automation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index e4a0b679cb6bd4d734d1b53c025bb322d0adf3fe..3785fc4d7046eaa668a3fd479a8c08655109ee58 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -195,6 +195,9 @@
'-omnibox.OmniboxTest.testOmniboxSearchHistory',
# Keychain popups make autofill/password tests difficult: crbug.com/49378
'-passwords',
+ # WebDriver requires python 2.6, which mac pyauto does not use yet.
+ # crbug.com/49379
+ '-pyauto_webdriver',
# crbug.com/79263
'-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
# crbug.com/69619
« no previous file with comments | « no previous file | chrome/test/webdriver/automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698