diff options
author | gmanikpure <gmanikpure@chromium.org> | 2016-02-26 12:14:25 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-26 20:16:59 +0000 |
commit | 201d12d8c8304085fd4eae91830fdbe0b9f140e0 (patch) | |
tree | 999737941eef877943ff57d8a9134264eebaee06 | |
parent | 5ce160eacf6b2dc2b3bdb01ef9a743c040b7b5fa (diff) | |
download | chromium_src-201d12d8c8304085fd4eae91830fdbe0b9f140e0.zip chromium_src-201d12d8c8304085fd4eae91830fdbe0b9f140e0.tar.gz chromium_src-201d12d8c8304085fd4eae91830fdbe0b9f140e0.tar.bz2 |
[Chromedriver] Remove obsolete Chrome v44 specific negative filter
BUG=
Review URL: https://codereview.chromium.org/1745493002
Cr-Commit-Position: refs/heads/master@{#377955}
-rwxr-xr-x | chrome/test/chromedriver/test/run_py_tests.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py index 8b1ad5d..e20fa13 100755 --- a/chrome/test/chromedriver/test/run_py_tests.py +++ b/chrome/test/chromedriver/test/run_py_tests.py @@ -66,11 +66,6 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [ # https://code.google.com/p/chromedriver/issues/detail?id=992 'ChromeDownloadDirTest.testDownloadDirectoryOverridesExistingPreferences', ] -_VERSION_SPECIFIC_FILTER['44'] = [ - # https://code.google.com/p/chromedriver/issues/detail?id=1202 - 'ChromeDownloadDirTest.testFileDownloadWithGet', - -] _OS_SPECIFIC_FILTER = {} _OS_SPECIFIC_FILTER['win'] = [ |