From bdb3ba3d5679ce8613b1ce2177506020022037af Mon Sep 17 00:00:00 2001 From: "creis@chromium.org" Date: Wed, 17 Mar 2010 19:07:25 +0000 Subject: Disable failing Unload UI test until fixed. TBR=stuartmorgan BUG=34827 TEST=UnloadTest.CrossSiteInfiniteUnloadAsyncInputEvent Review URL: http://codereview.chromium.org/1000009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41859 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/unload_uitest.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc index 59e9a3d..9447f1e 100644 --- a/chrome/browser/unload_uitest.cc +++ b/chrome/browser/unload_uitest.cc @@ -211,11 +211,14 @@ TEST_F(UnloadTest, CrossSiteInfiniteUnloadSync) { ASSERT_TRUE(IsBrowserRunning()); } +// TODO(creis): This test is currently failing intermittently on one of the test +// bots. Investigating with crbug.com/34827. +// // Navigate to a page with an infinite unload handler. // Then an async crosssite request followed by an input event to ensure that // the short unload timeout (not the long input event timeout) is used. // See crbug.com/11007. -TEST_F(UnloadTest, CrossSiteInfiniteUnloadAsyncInputEvent) { +TEST_F(UnloadTest, DISABLED_CrossSiteInfiniteUnloadAsyncInputEvent) { // Tests makes no sense in single-process mode since the renderer is hung. if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) return; -- cgit v1.1