Commit 7c55bf11 authored by bartfab@chromium.org's avatar bartfab@chromium.org

Disable leaky NotificationToNotificationOptions

LSan detected a memory leak in this newly added test.

BUG=403759
TEST=Disabling leaky test
TBR=liyanhou

Review URL: https://codereview.chromium.org/470153002

Cr-Commit-Position: refs/heads/master@{#289542}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289542 0039d316-1c4b-4281-b951-d872f2087c98
parent 2db07c1a
...@@ -77,7 +77,10 @@ class NotificationConversionHelperTest : public testing::Test { ...@@ -77,7 +77,10 @@ class NotificationConversionHelperTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(NotificationConversionHelperTest); DISALLOW_COPY_AND_ASSIGN(NotificationConversionHelperTest);
}; };
TEST_F(NotificationConversionHelperTest, NotificationToNotificationOptions) { // TODO(liyanhou): This test is disabled due to memory leaks. Fix and re-enable.
// http://crbug.com/403759
TEST_F(NotificationConversionHelperTest,
DISABLED_NotificationToNotificationOptions) {
// Create a notification of image type // Create a notification of image type
scoped_ptr<Notification> notification1 = scoped_ptr<Notification> notification1 =
CreateNotification(message_center::NOTIFICATION_TYPE_IMAGE); CreateNotification(message_center::NOTIFICATION_TYPE_IMAGE);
......
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