| 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 e67e253cae80b2be0298c6d8b38a0d179ab90547..a717053ab8494870da600d35f7bb3f381d7855b2 100755
|
| --- a/chrome/test/chromedriver/test/run_py_tests.py
|
| +++ b/chrome/test/chromedriver/test/run_py_tests.py
|
| @@ -73,8 +73,6 @@ _NEGATIVE_FILTER = [
|
|
|
| _VERSION_SPECIFIC_FILTER = {}
|
| _VERSION_SPECIFIC_FILTER['HEAD'] = [
|
| - # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1775
|
| - 'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
|
| ]
|
| _VERSION_SPECIFIC_FILTER['58'] = [
|
| # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1673
|
|
|