diff options
author | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 19:07:25 +0000 |
---|---|---|
committer | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 19:07:25 +0000 |
commit | bdb3ba3d5679ce8613b1ce2177506020022037af (patch) | |
tree | e36e1226a492a70d017eec0054ed55d986ea5d54 | |
parent | 2bb8eca55c3faad803d468e44d15b17650bd7cbb (diff) | |
download | chromium_src-bdb3ba3d5679ce8613b1ce2177506020022037af.zip chromium_src-bdb3ba3d5679ce8613b1ce2177506020022037af.tar.gz chromium_src-bdb3ba3d5679ce8613b1ce2177506020022037af.tar.bz2 |
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
-rw-r--r-- | chrome/browser/unload_uitest.cc | 5 |
1 files changed, 4 insertions, 1 deletions
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; |