| 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 ab3451ea219248b9de476c1d65829ddebcee9e35..b81762c79b2ad2c0fe6d11e799cf27cdb3c75b1f 100755
|
| --- a/chrome/test/chromedriver/test/run_py_tests.py
|
| +++ b/chrome/test/chromedriver/test/run_py_tests.py
|
| @@ -96,6 +96,15 @@ _VERSION_SPECIFIC_FILTER['56'] = [
|
| 'ChromeDriverTest.testMouseMoveTo',
|
| 'ChromeDriverTest.testHoverOverElement',
|
| ]
|
| +_VERSION_SPECIFIC_FILTER['57'] = [
|
| + # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1625
|
| + 'ChromeDriverTest.testWindowMaximize',
|
| + 'ChromeDriverTest.testWindowPosition',
|
| + 'ChromeDriverTest.testWindowSize',
|
| + 'ChromeExtensionsCapabilityTest.testCanInspectBackgroundPage',
|
| + 'ChromeExtensionsCapabilityTest.testCanLaunchApp',
|
| + 'MobileEmulationCapabilityTest.testDeviceMetricsWithStandardWidth',
|
| +]
|
|
|
| _OS_SPECIFIC_FILTER = {}
|
| _OS_SPECIFIC_FILTER['win'] = [
|
|
|