Index: chrome/browser/download/download_uitest.cc |
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc |
index 82845c174c0d58be87e5cd6c33129357809814cb..de61d27566db6aeb4c4782cc64f274d22737a1f7 100644 |
--- a/chrome/browser/download/download_uitest.cc |
+++ b/chrome/browser/download/download_uitest.cc |
@@ -177,7 +177,7 @@ class DownloadTest : public UITest { |
// Download a file with non-viewable content, verify that the |
// download tab opened and the file exists. |
// This test is flaky. See bug 24889. |
Nicolas Sylvain
2009/10/29 23:17:48
remove the comment?
|
-TEST_F(DownloadTest, FLAKY_DownloadMimeType) { |
+TEST_F(DownloadTest, DownloadMimeType) { |
FilePath file(FILE_PATH_LITERAL("download-test1.lib")); |
EXPECT_EQ(1, GetTabCount()); |
@@ -315,8 +315,7 @@ TEST_F(DownloadTest, DISABLED_KnownSize) { |
// Test that when downloading an item in Incognito mode, we don't crash when |
// closing the last Incognito window (http://crbug.com/13983). |
-// This test is flaky. See bug 24684. |
-TEST_F(DownloadTest, FLAKY_IncognitoDownload) { |
+TEST_F(DownloadTest, IncognitoDownload) { |
// Open a regular window and sanity check default values for window / tab |
// count and shelf visibility. |
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); |