Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4486)

Unified Diff: chrome/browser/extensions/extension_downloads_apitest.cc

Issue 8414032: Re-disable DownloadsApiTest. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_downloads_apitest.cc
diff --git a/chrome/browser/extensions/extension_downloads_apitest.cc b/chrome/browser/extensions/extension_downloads_apitest.cc
index b135e6255db7b86a6ede1be1212dabf3438e5a5b..a8f86935a8ebd23a1d9f95321c253139ef7d804e 100644
--- a/chrome/browser/extensions/extension_downloads_apitest.cc
+++ b/chrome/browser/extensions/extension_downloads_apitest.cc
@@ -26,7 +26,7 @@ class DownloadsApiTest : public ExtensionApiTest {
ScopedTempDir tmpdir;
};
-IN_PROC_BROWSER_TEST_F(DownloadsApiTest, Downloads) {
+IN_PROC_BROWSER_TEST_F(DownloadsApiTest, DISABLED_Downloads) {
SetUpTempDownloadsDir();
ASSERT_TRUE(StartTestServer());
ASSERT_TRUE(RunExtensionTest("downloads")) << message_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698