Commit 3de1818c authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

chromedriver: disable testWindowMaximize on bots

Bug: 867511
Change-Id: I893a4d7b56d0ba4a14f54bb2fa59c33b51283316
Reviewed-on: https://chromium-review.googlesource.com/1150097Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577963}
parent ed031ddf
...@@ -138,6 +138,8 @@ _INTEGRATION_NEGATIVE_FILTER = [ ...@@ -138,6 +138,8 @@ _INTEGRATION_NEGATIVE_FILTER = [
'ChromeDriverTest.testGetCurrentWindowHandle', 'ChromeDriverTest.testGetCurrentWindowHandle',
'ChromeDriverTest.testStartStop', 'ChromeDriverTest.testStartStop',
'ChromeDriverTest.testSendCommand*', 'ChromeDriverTest.testSendCommand*',
# https://crbug.com/867511
'ChromeDriverTest.testWindowMaximize',
# LaunchApp is an obsolete API. # LaunchApp is an obsolete API.
'ChromeExtensionsCapabilityTest.testCanLaunchApp', 'ChromeExtensionsCapabilityTest.testCanLaunchApp',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2278 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2278
......
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