| 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 7ac6d286e54ff1d06c71a06087ed20f44fa500c8..d00d80703efc6909e8ef9e63eb9fa73413f4520c 100755
|
| --- a/chrome/test/chromedriver/test/run_py_tests.py
|
| +++ b/chrome/test/chromedriver/test/run_py_tests.py
|
| @@ -57,6 +57,18 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [
|
| # https://code.google.com/p/chromedriver/issues/detail?id=913
|
| '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['win'] = [
|
|
|