diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-23 17:49:35 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-23 17:49:35 +0000 |
commit | 563a20a213e57976d51d9a7f8241e59dfa987893 (patch) | |
tree | a15085207b06993732cf7b4a798f4b4007ef10c3 | |
parent | fd9c0d9df665355c14d3c0df6f3c5b0b2059c129 (diff) | |
download | chromium_src-563a20a213e57976d51d9a7f8241e59dfa987893.zip chromium_src-563a20a213e57976d51d9a7f8241e59dfa987893.tar.gz chromium_src-563a20a213e57976d51d9a7f8241e59dfa987893.tar.bz2 |
Mark a test which has been failing regularly on the valgrind UI bot as FLAKY_.
BUG=39057
Review URL: http://codereview.chromium.org/1074010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42358 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/unload_uitest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc index d4b3a54..d209b2a 100644 --- a/chrome/browser/unload_uitest.cc +++ b/chrome/browser/unload_uitest.cc @@ -186,7 +186,9 @@ class UnloadTest : public UITest { // Navigate to a page with an infinite unload handler. // Then two async crosssite requests to ensure // we don't get confused and think we're closing the tab. -TEST_F(UnloadTest, CrossSiteInfiniteUnloadAsync) { +// +// This test is flaky on the valgrind UI bots. http://crbug.com/39057 +TEST_F(UnloadTest, FLAKY_CrossSiteInfiniteUnloadAsync) { // Tests makes no sense in single-process mode since the renderer is hung. if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) return; |