diff options
author | rdsmith@google.com <rdsmith@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-24 18:53:33 +0000 |
---|---|---|
committer | rdsmith@google.com <rdsmith@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-24 18:53:33 +0000 |
commit | 80b9096522972b2b458e183e3693b56aec352bad (patch) | |
tree | 0a35eba0074f6cc5d21e5f1c55d21688e26b9256 | |
parent | b949386aab3971a482070f2f53ca1a342bb24b14 (diff) | |
download | chromium_src-80b9096522972b2b458e183e3693b56aec352bad.zip chromium_src-80b9096522972b2b458e183e3693b56aec352bad.tar.gz chromium_src-80b9096522972b2b458e183e3693b56aec352bad.tar.bz2 |
Change DownloadMimeType from FLAKY to DISABLED.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5270002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67287 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/download/download_browsertest.cc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc index 1f42fbb..2997346 100644 --- a/chrome/browser/download/download_browsertest.cc +++ b/chrome/browser/download/download_browsertest.cc @@ -291,11 +291,9 @@ class DownloadTest : public InProcessBrowserTest { // Test is believed good (non-flaky) in itself, but it // sometimes trips over underlying flakiness in the downloads // subsystem in in http://crbug.com/63237. Until that bug is -// fixed, this test should be considered flaky. -// (Note that if 63237 does cause a failure, it'll be a timeout. -// This isn't ideal, but getting stats on this tests failure is -// worth the timeout test costs.) -IN_PROC_BROWSER_TEST_F(DownloadTest, FLAKY_DownloadMimeType) { +// fixed, this test should be considered flaky. It's entered as +// DISABLED since if 63237 does cause a failure, it'll be a timeout. +IN_PROC_BROWSER_TEST_F(DownloadTest, DISABLED_DownloadMimeType) { FilePath file(FILE_PATH_LITERAL("download-test1.lib")); ASSERT_TRUE(CreateAndSetDownloadsDirectory()); |