From 43d34dcbf38ed5b68fe94a5782736993dcd84aad Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Tue, 2 Feb 2010 20:29:05 +0000 Subject: 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 --- chrome_frame/test/chrome_frame_unittests.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome_frame/test') 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 mock; ::testing::InSequence sequence; // Everything in sequence -- cgit v1.1