Index: chrome_frame/test/chrome_frame_unittests.cc |
=================================================================== |
--- chrome_frame/test/chrome_frame_unittests.cc (revision 30619) |
+++ chrome_frame/test/chrome_frame_unittests.cc (working copy) |
@@ -470,7 +470,9 @@ |
SimpleBrowserTest(IE, kCFIIfrPostPage, L"CFInstanceIfrPost"); |
} |
-TEST_F(ChromeFrameTestWithWebServer, WidgetModeFF_CFInstanceIfrPost) { |
+// Flakes out on the bots, http://crbug.com/26372 |
+TEST_F(ChromeFrameTestWithWebServer, |
+ FLAKY_WidgetModeFF_CFInstanceIfrPost) { |
SimpleBrowserTest(FIREFOX, kCFIIfrPostPage, L"CFInstanceIfrPost"); |
} |