Commit ea9004b7 authored by samuong's avatar samuong Committed by Commit bot

[chromedriver] Remove redundant revision negative filter for M55.

BUG=
TBR=stgao@chromium.org

Review-Url: https://chromiumcodereview.appspot.com/2439003003
Cr-Commit-Position: refs/heads/master@{#426918}
parent 2697c72e
...@@ -100,11 +100,6 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [ ...@@ -100,11 +100,6 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
'BasicMouseInterfaceTest.testDraggingElementWithMouseFiresEvents', 'BasicMouseInterfaceTest.testDraggingElementWithMouseFiresEvents',
'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList', 'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
] ]
_REVISION_NEGATIVE_FILTER['55'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
'BasicMouseInterfaceTest.testDraggingElementWithMouseFiresEvents',
'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
]
_OS_NEGATIVE_FILTER = {} _OS_NEGATIVE_FILTER = {}
_OS_NEGATIVE_FILTER['win'] = [ _OS_NEGATIVE_FILTER['win'] = [
......
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