Commit 931afa15 authored by Tatiana Buldina's avatar Tatiana Buldina Committed by Commit Bot

[ChromeDriver] exclude tests for maximize window on Mac

Bug:868599

Change-Id: I59ddac3c2c1ada97b252d8d86faf051b4d7ba80b
Reviewed-on: https://chromium-review.googlesource.com/1219891Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Tatiana Buldina <buldina@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590422}
parent d1815ede
...@@ -37,6 +37,12 @@ _OS_NEGATIVE_FILTER['linux'] = [ ...@@ -37,6 +37,12 @@ _OS_NEGATIVE_FILTER['linux'] = [
_OS_NEGATIVE_FILTER['mac'] = [ _OS_NEGATIVE_FILTER['mac'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2480 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2480
'TakesScreenshotTest.testShouldCaptureScreenshotOfCurrentViewport', 'TakesScreenshotTest.testShouldCaptureScreenshotOfCurrentViewport',
# https://crbug.com/868599
'WindowTest.testCanMaximizeTheWindowFromFrame',
'WindowTest.testCanMaximizeTheWindowFromIframe',
'WindowTest.testSetsTheSizeOfTheCurrentWindow',
'WindowTest.testCanMaximizeTheWindow',
] ]
_SPECIFIC_OS_REVISION_NEGATIVE_FILTER = {} _SPECIFIC_OS_REVISION_NEGATIVE_FILTER = {}
......
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