Commit beb9510b authored by samuong@chromium.org's avatar samuong@chromium.org

[chromedriver] Disable TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage on Mac

BUG=chromedriver:416
NOTRY=true

Review URL: https://codereview.chromium.org/217233003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260227 0039d316-1c4b-4281-b951-d872f2087c98
parent 9f6c73e0
...@@ -115,6 +115,8 @@ _OS_NEGATIVE_FILTER['mac'] = [ ...@@ -115,6 +115,8 @@ _OS_NEGATIVE_FILTER['mac'] = [
'AlertsTest.testShouldAllowUsersToAcceptAnAlertInAFrame', 'AlertsTest.testShouldAllowUsersToAcceptAnAlertInAFrame',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=375 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=375
'PageLoadingTest.testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes', 'PageLoadingTest.testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=416
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
] ]
_OS_NEGATIVE_FILTER['android:chrome'] = [ _OS_NEGATIVE_FILTER['android:chrome'] = [
'ChromeOptionsFunctionalTest.canStartChromeWithCustomOptions', 'ChromeOptionsFunctionalTest.canStartChromeWithCustomOptions',
......
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