diff options
author | amit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-03 18:59:06 +0000 |
---|---|---|
committer | amit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-03 18:59:06 +0000 |
commit | 2b5b413290daa6101fb1778363ce93950aa6ecf2 (patch) | |
tree | 05dffc12d66c5ff591070b2ae5afcb6f9f001aa0 /chrome_frame | |
parent | 45f0e434b198fd285c34f71815ef4e7254aa0db0 (diff) | |
download | chromium_src-2b5b413290daa6101fb1778363ce93950aa6ecf2.zip chromium_src-2b5b413290daa6101fb1778363ce93950aa6ecf2.tar.gz chromium_src-2b5b413290daa6101fb1778363ce93950aa6ecf2.tar.bz2 |
Disabling NavigateOut test since that also depends on the
gcf: protocol that's now disabled.
TBR=ananta
Review URL: http://codereview.chromium.org/560035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/chrome_frame_unittests.cc | 4 |
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 22eb10a..2d39100 100644 --- a/chrome_frame/test/chrome_frame_unittests.cc +++ b/chrome_frame/test/chrome_frame_unittests.cc @@ -1198,7 +1198,9 @@ TEST_F(ChromeFrameTestWithWebServer, DISABLED_FullTabModeIE_PersistentCookieTest } const wchar_t kNavigateOutPage[] = L"files/navigate_out.html"; -TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_NavigateOut) { +// Since gcf: protocol is disabled by default we need a better test for +// this. Issue: http://code.google.com/p/chromium/issues/detail?id=34461 +TEST_F(ChromeFrameTestWithWebServer, DISABLED_FullTabModeIE_NavigateOut) { SimpleBrowserTest(IE, kNavigateOutPage, L"navigate_out"); } |