| Index: chrome/test/chromedriver/test/run_py_tests.py
|
| diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
|
| index 2f9b0830cd9162ebe22868c744cd7434b2d9369f..9de02d402f00b5c9b5eaa34fabf37e450d729f77 100755
|
| --- a/chrome/test/chromedriver/test/run_py_tests.py
|
| +++ b/chrome/test/chromedriver/test/run_py_tests.py
|
| @@ -56,6 +56,8 @@ _NEGATIVE_FILTER = [
|
|
|
| _VERSION_SPECIFIC_FILTER = {}
|
| _VERSION_SPECIFIC_FILTER['HEAD'] = [
|
| + # https://code.google.com/p/chromedriver/issues/detail?id=992
|
| + 'ChromeDownloadDirTest.testDownloadDirectoryOverridesExistingPreferences',
|
| ]
|
| _VERSION_SPECIFIC_FILTER['37'] = [
|
| # https://code.google.com/p/chromedriver/issues/detail?id=954
|
|
|