diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 22:10:02 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 22:10:02 +0000 |
commit | b99d49328a35bec8f2b28f2e1d18ff537eb1f9ac (patch) | |
tree | e78f2e6549a3329ab0596debde72229740cf37d1 /chrome_frame | |
parent | b89f1541462d97da857ca60b7731b6e38ab6b7eb (diff) | |
download | chromium_src-b99d49328a35bec8f2b28f2e1d18ff537eb1f9ac.zip chromium_src-b99d49328a35bec8f2b28f2e1d18ff537eb1f9ac.tar.gz chromium_src-b99d49328a35bec8f2b28f2e1d18ff537eb1f9ac.tar.bz2 |
The FullTabModeIE_ReferrerTest has been marked FLAKY. It appears to be a recent regression.
Bug=34812
TBR=tommi
Review URL: http://codereview.chromium.org/573033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/test_with_web_server.cc | 4 |
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 d0f0068..ddefb00 100644 --- a/chrome_frame/test/test_with_web_server.cc +++ b/chrome_frame/test/test_with_web_server.cc @@ -681,7 +681,9 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_NavigateOut) { } const wchar_t kReferrerMainTest[] = L"files/referrer_main.html"; -TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ReferrerTest) { +// Marking this as FLAKY as this has been failing randomly 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"); } |