Commit a6958f44 authored by Tricia Crichton's avatar Tricia Crichton Committed by Commit Bot

[ChromeDriver] enable 2 tests

Enable 2 tests to check an diagnose flakiness.

Bug: 1036055, 1036636
Change-Id: I7f79bdf1b21bf29e393af2ea30e34c538ed94b11
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103027Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Tricia Crichton <triciac@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750288}
parent 58f78067
...@@ -89,10 +89,6 @@ _NEGATIVE_FILTER = [ ...@@ -89,10 +89,6 @@ _NEGATIVE_FILTER = [
_OS_SPECIFIC_FILTER = {} _OS_SPECIFIC_FILTER = {}
_OS_SPECIFIC_FILTER['win'] = [ _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 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=299
'ChromeLogPathCapabilityTest.testChromeLogPath', 'ChromeLogPathCapabilityTest.testChromeLogPath',
# https://bugs.chromium.org/p/chromium/issues/detail?id=1011095 # https://bugs.chromium.org/p/chromium/issues/detail?id=1011095
...@@ -101,14 +97,8 @@ _OS_SPECIFIC_FILTER['win'] = [ ...@@ -101,14 +97,8 @@ _OS_SPECIFIC_FILTER['win'] = [
'ChromeDownloadDirTest.testFileDownloadWithGetHeadless', 'ChromeDownloadDirTest.testFileDownloadWithGetHeadless',
] ]
_OS_SPECIFIC_FILTER['linux'] = [ _OS_SPECIFIC_FILTER['linux'] = [
# https://crbug.com/1036055
'MobileEmulationCapabilityTest.testClickElement',
# https://crbug.com/1036636
'MobileEmulationCapabilityTest.testTapElement',
] ]
_OS_SPECIFIC_FILTER['mac'] = [ _OS_SPECIFIC_FILTER['mac'] = [
# https://crbug.com/1036055
'MobileEmulationCapabilityTest.testClickElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1927 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1927
# https://crbug.com/1036636 # https://crbug.com/1036636
'MobileEmulationCapabilityTest.testTapElement', 'MobileEmulationCapabilityTest.testTapElement',
......
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