summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 14:11:38 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 14:11:38 +0000
commit99d39a022fdbbaf782cb2330dc1e5957c1854a36 (patch)
treedc3d5780d718bd8c0ae936f381f612b0f6726c32 /chrome
parenta95081ee816131e947f6a7dc46f66f34331a8d51 (diff)
downloadchromium_src-99d39a022fdbbaf782cb2330dc1e5957c1854a36.zip
chromium_src-99d39a022fdbbaf782cb2330dc1e5957c1854a36.tar.gz
chromium_src-99d39a022fdbbaf782cb2330dc1e5957c1854a36.tar.bz2
Add DownloadMimeTest to the flaky list.
BUG:24889 Review URL: http://codereview.chromium.org/276043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/download/download_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc
index f35fd5c..c994baf 100644
--- a/chrome/browser/download/download_uitest.cc
+++ b/chrome/browser/download/download_uitest.cc
@@ -176,7 +176,8 @@ class DownloadTest : public UITest {
// Download a file with non-viewable content, verify that the
// download tab opened and the file exists.
-TEST_F(DownloadTest, DownloadMimeType) {
+// This test is flaky. See bug 24889.
+TEST_F(DownloadTest, FLAKY_DownloadMimeType) {
FilePath file(FILE_PATH_LITERAL("download-test1.lib"));
EXPECT_EQ(1, GetTabCount());