summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-05 22:18:03 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-05 22:18:03 +0000
commit42cde658b2ffe6f3a31750d47986922afc48aa47 (patch)
tree085ddcb4d5dd5406a517ec0687bbd83c4de5f843 /chrome_frame
parent93e0ab8691f03a51006d7323446b3fe5ba778523 (diff)
downloadchromium_src-42cde658b2ffe6f3a31750d47986922afc48aa47.zip
chromium_src-42cde658b2ffe6f3a31750d47986922afc48aa47.tar.gz
chromium_src-42cde658b2ffe6f3a31750d47986922afc48aa47.tar.bz2
Marking the ChromeFrame.RequestStart test as flaky.
BUG=81479 TBR=amit Review URL: http://codereview.chromium.org/6929049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84333 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/chrome_frame_automation_mock.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_automation_mock.cc b/chrome_frame/test/chrome_frame_automation_mock.cc
index 9cd1e4c..af88517 100644
--- a/chrome_frame/test/chrome_frame_automation_mock.cc
+++ b/chrome_frame/test/chrome_frame_automation_mock.cc
@@ -45,7 +45,9 @@ TEST(ChromeFrame, PostMessage) {
EXPECT_FALSE(mock_postmessage.postmessage_result());
}
-TEST(ChromeFrame, RequestStart) {
+// Marking this test as flaky as it fails randomly on the CF builders.
+// http://code.google.com/p/chromium/issues/detail?id=81479
+TEST(ChromeFrame, FLAKY_RequestStart) {
MessageLoopForUI loop;
AutomationMockHostNetworkRequestStart mock_request_start(&loop,
kLongWaitTimeout);