Commit 1122a4cc authored by khachatryan's avatar khachatryan Committed by Commit Bot

[ChromeDriver] Disable some tests on Mac for Chrome v69

Disabling window maximize tests on Mac for Chrome v69

Change-Id: Ide707ac877e3f94b32d48ad27400aba41782a19f
Reviewed-on: https://chromium-review.googlesource.com/c/1314137Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604916}
parent 4811e09e
...@@ -37,6 +37,12 @@ _OS_NEGATIVE_FILTER['mac'] = [ ...@@ -37,6 +37,12 @@ _OS_NEGATIVE_FILTER['mac'] = [
] ]
_SPECIFIC_OS_REVISION_NEGATIVE_FILTER = {} _SPECIFIC_OS_REVISION_NEGATIVE_FILTER = {}
_SPECIFIC_OS_REVISION_NEGATIVE_FILTER['mac_69'] = [
# Maximize window doesn't always increase window size on Mac 69
'WindowTest.testCanMaximizeTheWindowFromFrame',
'WindowTest.testCanMaximizeTheWindowFromIframe',
'WindowTest.testCanMaximizeTheWindow',
]
_OS_NEGATIVE_FILTER['android:chrome'] = [ _OS_NEGATIVE_FILTER['android:chrome'] = [
'ChromeOptionsFunctionalTest.*', 'ChromeOptionsFunctionalTest.*',
......
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