Commit d5bf522c authored by gmanikpure's avatar gmanikpure Committed by Commit bot

[Chromedriver] Disable testShadowDomHover on HEAD

BUG=chromedriver:1503

Review-Url: https://codereview.chromium.org/2347553003
Cr-Commit-Position: refs/heads/master@{#418907}
parent cfa751f1
...@@ -69,6 +69,8 @@ _VERSION_SPECIFIC_FILTER = {} ...@@ -69,6 +69,8 @@ _VERSION_SPECIFIC_FILTER = {}
_VERSION_SPECIFIC_FILTER['HEAD'] = [ _VERSION_SPECIFIC_FILTER['HEAD'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=992 # https://code.google.com/p/chromedriver/issues/detail?id=992
'ChromeDownloadDirTest.testDownloadDirectoryOverridesExistingPreferences', 'ChromeDownloadDirTest.testDownloadDirectoryOverridesExistingPreferences',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
'ChromeDriverTest.testShadowDomHover,
] ]
_OS_SPECIFIC_FILTER = {} _OS_SPECIFIC_FILTER = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment