| Index: chrome/test/functional/PYAUTO_TESTS
|
| diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
|
| index 25f688a83f66045c071f706b6dfccf0c62a37854..3785fc4d7046eaa668a3fd479a8c08655109ee58 100644
|
| --- a/chrome/test/functional/PYAUTO_TESTS
|
| +++ b/chrome/test/functional/PYAUTO_TESTS
|
| @@ -63,6 +63,7 @@
|
| 'plugins_check',
|
| 'popups',
|
| 'prefs',
|
| + 'pyauto_webdriver',
|
| 'search_engines',
|
| 'shortcuts',
|
| 'special_tabs',
|
| @@ -194,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
|
|
|