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