diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 00:40:05 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 00:40:05 +0000 |
commit | f2e66d1824bef1bcf633ce5aedd12ea688d8d41f (patch) | |
tree | c86be8343a9fb95f2f5ccab902e54ec0de790f50 /chrome_frame | |
parent | 8143ba52a95c20cdb4f0c2d8d4f3e59cdfe13397 (diff) | |
download | chromium_src-f2e66d1824bef1bcf633ce5aedd12ea688d8d41f.zip chromium_src-f2e66d1824bef1bcf633ce5aedd12ea688d8d41f.tar.gz chromium_src-f2e66d1824bef1bcf633ce5aedd12ea688d8d41f.tar.bz2 |
The ChromeFrame referrer test is not flaky anymore.
Bug=34812
Review URL: http://codereview.chromium.org/1238007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/test_with_web_server.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc index 24946aa..229d3ad 100644 --- a/chrome_frame/test/test_with_web_server.cc +++ b/chrome_frame/test/test_with_web_server.cc @@ -693,8 +693,7 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_NavigateOut) { const wchar_t kReferrerMainTest[] = L"files/referrer_main.html"; -// TODO(tommi): Still failing intermittently on the build bot. -TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_ReferrerTest) { +TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ReferrerTest) { // At the moment the moniker patch is only enabled if the below // registry config value is set to PATCH_METHOD_IBROWSER_AND_MONIKER. ProtocolPatchMethod patch_method = |