Index: chrome/browser/content_settings/content_settings_browsertest.cc |
=================================================================== |
--- chrome/browser/content_settings/content_settings_browsertest.cc (revision 153491) |
+++ chrome/browser/content_settings/content_settings_browsertest.cc (working copy) |
@@ -89,6 +89,9 @@ |
net::TestServer https_server_; |
}; |
+// Timing out on Mac ASAN. http://crbug.com/145000 |
+#if !defined(OS_MACOSX) && !defined(ADDRESS_SANITIZER) |
+ |
// Sanity check on cookies before we do other tests. While these can be written |
// in content_browsertests, we want to verify Chrome's cookie storage and how it |
// handles incognito windows. |
@@ -135,6 +138,8 @@ |
GetDefaultCookieSetting(NULL)); |
} |
+#endif // !defined(OS_MACOSX) && !defined(ADDRESS_SANITIZER) |
+ |
// Verify that cookies can be allowed and set using exceptions for particular |
// website(s) when all others are blocked. |
IN_PROC_BROWSER_TEST_F(ContentSettingsTest, AllowCookiesUsingExceptions) { |