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

Unified Diff: athena/home/home_card_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
Index: athena/home/home_card_unittest.cc
diff --git a/athena/home/home_card_unittest.cc b/athena/home/home_card_unittest.cc
index 31d0de1203c7fca93c893b486162169f767ac7a3..0657f870a13b2e65374829cd7f842b2a391f49e9 100644
--- a/athena/home/home_card_unittest.cc
+++ b/athena/home/home_card_unittest.cc
@@ -47,7 +47,8 @@ TEST_F(HomeCardTest, VirtualKeyboardTransition) {
}
// Verify if the home card is correctly minimized after app launch.
-TEST_F(HomeCardTest, AppSelection) {
+// TODO(flackr): Fix memory leak and re-enable - http://crbug.com/399241
+TEST_F(HomeCardTest, DISABLED_AppSelection) {
EXPECT_EQ(HomeCard::VISIBLE_MINIMIZED, HomeCard::Get()->GetState());
WindowManager::GetInstance()->ToggleOverview();
« athena/activity/activity_manager_unittest.cc ('K') | « athena/activity/activity_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698