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

Unified Diff: athena/activity/activity_manager_unittest.cc

Issue 433863002: Disable athena_unittests failing memory bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 | athena/home/home_card_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/activity_manager_unittest.cc
diff --git a/athena/activity/activity_manager_unittest.cc b/athena/activity/activity_manager_unittest.cc
index f94b6e8fe3d218847419f6e533a8b599ded8db2f..4d5eb1d35f840a5d25209083135a8f0060f2c665 100644
--- a/athena/activity/activity_manager_unittest.cc
+++ b/athena/activity/activity_manager_unittest.cc
@@ -9,7 +9,8 @@
typedef athena::test::AthenaTestBase ActivityManagerTest;
-TEST_F(ActivityManagerTest, Basic) {
+// TODO(flackr): Fix memory leak and re-enable - http://crbug.com/399241
+TEST_F(ActivityManagerTest, DISABLED_Basic) {
athena::ActivityManager::Get()->AddActivity(
tfarina 2014/07/31 17:27:10 If my analysis is right this is because ActivityVi
athena::ActivityFactory::Get()->CreateWebActivity(NULL, GURL()));
}
« no previous file with comments | « no previous file | athena/home/home_card_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698