summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 19:28:07 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 19:28:07 +0000
commit1370600bf8ccb8dfcd08d2af6bb6764c1edd88ee (patch)
tree1fcee9af1a3a287c48157160143c9f730f2f48fc /chrome_frame
parentea9ed97d074fa3ae84486f952eb66ea1e95ce37e (diff)
downloadchromium_src-1370600bf8ccb8dfcd08d2af6bb6764c1edd88ee.zip
chromium_src-1370600bf8ccb8dfcd08d2af6bb6764c1edd88ee.tar.gz
chromium_src-1370600bf8ccb8dfcd08d2af6bb6764c1edd88ee.tar.bz2
Adding the WidgetModeFF_CFInstanceSingleton ChromeFrame test to the list of flaky tests.
TBR=amit Bug=31532 Review URL: http://codereview.chromium.org/524035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/chrome_frame_unittests.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_unittests.cc b/chrome_frame/test/chrome_frame_unittests.cc
index b68dfe8..bfd863b 100644
--- a/chrome_frame/test/chrome_frame_unittests.cc
+++ b/chrome_frame/test/chrome_frame_unittests.cc
@@ -365,7 +365,9 @@ TEST_F(ChromeFrameTestWithWebServer, WidgetModeIE_CFInstanceSingleton) {
SimpleBrowserTest(IE, kCFISingletonPage, L"CFInstanceSingleton");
}
-TEST_F(ChromeFrameTestWithWebServer, WidgetModeFF_CFInstanceSingleton) {
+// This test randomly fails on the ChromeFrame builder.
+// Bug http://code.google.com/p/chromium/issues/detail?id=31532
+TEST_F(ChromeFrameTestWithWebServer, FLAKY_WidgetModeFF_CFInstanceSingleton) {
SimpleBrowserTest(FIREFOX, kCFISingletonPage, L"CFInstanceSingleton");
}