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

Unified Diff: chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc

Issue 2531683003: Disable ContentSettingBubbleModelMediaStreamTest.ManageLink test (Closed)
Patch Set: Created 4 years, 1 month 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/ui/content_settings/content_setting_bubble_model_browsertest.cc
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
index 3669217fc9a93bb4d2835d24effe16babc93c823..03c8ca384271cca660b61611476756fb1c96a2f8 100644
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
@@ -200,7 +200,10 @@ class ContentSettingBubbleModelMediaStreamTest : public InProcessBrowserTest {
// Tests that clicking on the management link in the media bubble opens
// the correct section of the settings UI.
-IN_PROC_BROWSER_TEST_F(ContentSettingBubbleModelMediaStreamTest, ManageLink) {
+// This test sometimes leaks memory, detected by linux_chromium_asan_rel_ng. See
+// http://crbug/668693 for more info.
+IN_PROC_BROWSER_TEST_F(ContentSettingBubbleModelMediaStreamTest,
+ DISABLED_ManageLink) {
// For each of the three options, we click the management link and check if
// the active tab loads the correct internal url.
« 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