Re-disable DownloadsApiTest.


Review URL: http://codereview.chromium.org/8414032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107806 0039d316-1c4b-4281-b951-d872f2087c98
parent 66dba199
...@@ -26,7 +26,7 @@ class DownloadsApiTest : public ExtensionApiTest { ...@@ -26,7 +26,7 @@ class DownloadsApiTest : public ExtensionApiTest {
ScopedTempDir tmpdir; ScopedTempDir tmpdir;
}; };
IN_PROC_BROWSER_TEST_F(DownloadsApiTest, Downloads) { IN_PROC_BROWSER_TEST_F(DownloadsApiTest, DISABLED_Downloads) {
SetUpTempDownloadsDir(); SetUpTempDownloadsDir();
ASSERT_TRUE(StartTestServer()); ASSERT_TRUE(StartTestServer());
ASSERT_TRUE(RunExtensionTest("downloads")) << message_; ASSERT_TRUE(RunExtensionTest("downloads")) << message_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment