Index: chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc |
diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc b/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc |
index d1fb7c334c58d0fa6af1a16be6c2d32b382ec41a..702d4a9f193607c73ca42ec1bb78d75256a5a0ff 100644 |
--- a/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc |
+++ b/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc |
@@ -351,8 +351,14 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateApiTest, |
ASSERT_EQ("iladmdjkfniedhfhcfoefgojhgaiaccc", listener.id()); |
} |
+// Fails often on Windows dbg bots. http://crbug.com/177163 |
+#if defined(OS_WIN) |
+#define MAYBE_IconUrl DISABLED_IconUrl |
+#else |
+#define MAYBE_IconUrl IconUrl |
+#endif // defined(OS_WIN) |
// Tests using the iconUrl parameter to the install function. |
-IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateApiTest, IconUrl) { |
+IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateApiTest, MAYBE_IconUrl) { |
ASSERT_TRUE(RunInstallTest("icon_url.html", "extension.crx")); |
} |