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', |