Commit 78540e27 authored by samuong's avatar samuong Committed by Commit bot

[chromedriver] Disable three MobileEmulationCapabilityTest tests on M37 and M36

BUG=chromedriver:954
TBR=stgao@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/650593004

Cr-Commit-Position: refs/heads/master@{#301064}
parent 6544d8f7
...@@ -57,6 +57,18 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [ ...@@ -57,6 +57,18 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=913 # https://code.google.com/p/chromedriver/issues/detail?id=913
'ChromeDriverTest.testChromeDriverReceiveAndSendLargeData', 'ChromeDriverTest.testChromeDriverReceiveAndSendLargeData',
] ]
_VERSION_SPECIFIC_FILTER['37'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=954
'MobileEmulationCapabilityTest.testClickElement',
'MobileEmulationCapabilityTest.testHoverOverElement',
'MobileEmulationCapabilityTest.testSingleTapElement',
]
_VERSION_SPECIFIC_FILTER['36'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=954
'MobileEmulationCapabilityTest.testClickElement',
'MobileEmulationCapabilityTest.testHoverOverElement',
'MobileEmulationCapabilityTest.testSingleTapElement',
]
_OS_SPECIFIC_FILTER = {} _OS_SPECIFIC_FILTER = {}
_OS_SPECIFIC_FILTER['win'] = [ _OS_SPECIFIC_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