Commit f9bb833d authored by Tatiana Buldina's avatar Tatiana Buldina Committed by Commit Bot

[ChromeDriver] Disable testWindowFullScreen on Mac

bug: chromedriver:1945
Change-Id: I3148ef524714e06766db15cf63812bf2ca0d75eb
Reviewed-on: https://chromium-review.googlesource.com/c/1265256Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Tatiana Buldina <buldina@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597201}
parent f1364140
......@@ -135,16 +135,12 @@ _OS_SPECIFIC_FILTER['mac'] = [
'ChromeDriverTest.testWindowMinimize',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2522
'ChromeDriverTest.testWindowMaximize',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1945
'ChromeDriverTest.testWindowFullScreen',
]
_OS_VERSION_SPECIFIC_FILTER = {}
_OS_VERSION_SPECIFIC_FILTER['mac', '68'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1945
'ChromeDriverTest.testWindowFullScreen',
]
_OS_VERSION_SPECIFIC_FILTER['mac', '69'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1945
'ChromeDriverTest.testWindowFullScreen',
]
_DESKTOP_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