Commit fedc4816 authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi Committed by Commit Bot

Disable flaky chromedriver tests.

TBR=fdegans@chromium.org

Bug: 1036055, 1036636
Change-Id: I64c4aefd39cf55fc55eb8f4568821ee610a05f2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981062Reviewed-by: default avatarFabrice de Gans-Riberi <fdegans@chromium.org>
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727256}
parent 0258b20f
......@@ -83,6 +83,10 @@ _NEGATIVE_FILTER = [
_OS_SPECIFIC_FILTER = {}
_OS_SPECIFIC_FILTER['win'] = [
# https://crbug.com/1036055
'MobileEmulationCapabilityTest.testClickElement',
# https://crbug.com/1036636
'MobileEmulationCapabilityTest.testTapElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=299
'ChromeLogPathCapabilityTest.testChromeLogPath',
# https://bugs.chromium.org/p/chromium/issues/detail?id=1011095
......@@ -91,9 +95,16 @@ _OS_SPECIFIC_FILTER['win'] = [
'ChromeDownloadDirTest.testFileDownloadWithGetHeadless',
]
_OS_SPECIFIC_FILTER['linux'] = [
# https://crbug.com/1036055
'MobileEmulationCapabilityTest.testClickElement',
# https://crbug.com/1036636
'MobileEmulationCapabilityTest.testTapElement',
]
_OS_SPECIFIC_FILTER['mac'] = [
# https://crbug.com/1036055
'MobileEmulationCapabilityTest.testClickElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1927
# https://crbug.com/1036636
'MobileEmulationCapabilityTest.testTapElement',
# https://bugs.chromium.org/p/chromium/issues/detail?id=946023
'ChromeDriverTest.testWindowFullScreen',
......
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