summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 00:34:04 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 00:34:04 +0000
commit595d56c647fc96cc9b6a5b8ec5b4787e719f981c (patch)
tree5607bb0bb74f894f34c9946a3ef924343810836d /chrome_frame
parent062fdf144bc85acd70a5c135a91aaf108d9f0821 (diff)
downloadchromium_src-595d56c647fc96cc9b6a5b8ec5b4787e719f981c.zip
chromium_src-595d56c647fc96cc9b6a5b8ec5b4787e719f981c.tar.gz
chromium_src-595d56c647fc96cc9b6a5b8ec5b4787e719f981c.tar.bz2
Marking the FullTabModeIE_ReferrerTest as FLAKY as this still intermittently fails.
Bug=34812 TBR=tommi Review URL: http://codereview.chromium.org/646073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/test_with_web_server.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc
index fbd21d3..52d6518 100644
--- a/chrome_frame/test/test_with_web_server.cc
+++ b/chrome_frame/test/test_with_web_server.cc
@@ -684,7 +684,9 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_NavigateOut) {
const wchar_t kReferrerMainTest[] = L"files/referrer_main.html";
-TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ReferrerTest) {
+// Marking as FLAKY as this intermittently fails on the builder.
+// http://code.google.com/p/chromium/issues/detail?id=34812
+TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_ReferrerTest) {
SimpleBrowserTest(IE, kReferrerMainTest, L"FullTab_ReferrerTest");
}