diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 20:29:05 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 20:29:05 +0000 |
commit | 43d34dcbf38ed5b68fe94a5782736993dcd84aad (patch) | |
tree | ce7a56dba5fe295c7555d56b78fca9c9f7700ca6 /chrome_frame | |
parent | 1351063c04b28ac249d08aedf0ec63c9096b77cd (diff) | |
download | chromium_src-43d34dcbf38ed5b68fe94a5782736993dcd84aad.zip chromium_src-43d34dcbf38ed5b68fe94a5782736993dcd84aad.tar.gz chromium_src-43d34dcbf38ed5b68fe94a5782736993dcd84aad.tar.bz2 |
Disabling the FullTabModeIE_ChromeFrameUnloadEventTest as it hangs on the builder, while I debug the cause.
Bug=34246
TBR=amit
Review URL: http://codereview.chromium.org/560017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37870 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 f343ff2c..08228cb 100644 --- a/chrome_frame/test/chrome_frame_unittests.cc +++ b/chrome_frame/test/chrome_frame_unittests.cc @@ -1880,8 +1880,10 @@ const wchar_t kChromeFrameFullTabModeBeforeUnloadEventTest[] = const wchar_t kChromeFrameFullTabModeBeforeUnloadEventMain[] = L"http://localhost:1337/files/fulltab_before_unload_event_main.html"; +// Disabled as it hangs on the builder. +// http://code.google.com/p/chromium/issues/detail?id=34246 TEST_F(ChromeFrameTestWithWebServer, - FullTabModeIE_ChromeFrameUnloadEventTest) { + DISABLED_FullTabModeIE_ChromeFrameUnloadEventTest) { chrome_frame_test::TimedMsgLoop loop; CComObjectStackEx<MockWebBrowserEventSink> mock; ::testing::InSequence sequence; // Everything in sequence |