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

[Chromedriver] Disable testColdExecuteScript Py test on HEAD

BUG=chromedriver:1450

Review-Url: https://codereview.chromium.org/2223143002
Cr-Commit-Position: refs/heads/master@{#410411}
parent 2c8bb973
......@@ -72,6 +72,8 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [
'ChromeDriverTest.testConsoleLogSources',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1447
'ChromeDriverTest.testPendingConsoleLog',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1450
'PerfTest.testColdExecuteScript',
]
_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