Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5400)

Unified Diff: chrome/test/chromedriver/test/test_expectations

Issue 776233004: [chromedriver] Disable TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/test_expectations
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
index 0b47abd7cb650c34dfcc5027adc8cc44b1dbbd63..c75fb72974b3f973f740c22d64b761874791408a 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -102,7 +102,10 @@ _OS_NEGATIVE_FILTER['win'] = [
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePageAfterSwitching',
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
]
-_OS_NEGATIVE_FILTER['linux'] = []
+_OS_NEGATIVE_FILTER['linux'] = [
+ # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=416
+ 'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
+]
_OS_NEGATIVE_FILTER['mac'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=26
'AlertsTest.testAlertShouldNotAllowAdditionalCommandsIfDismissed',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698