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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc

Issue 302063012: Disable flaky test KioskAppManagerTest.BadApp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc b/chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc
index ac5720ef75c212cdd8f74f21e22783d7d5e81650..bad7834f903a53a7ec43b85e8d62afdc21d3e0de 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc
@@ -484,7 +484,8 @@ IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, UpdateAppDataFromProfile) {
EXPECT_EQ("Updated App1 Name", apps[0].name);
}
-IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, BadApp) {
+// Test is flaky. See http://crbug.com/379769 for details.
+IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, DISABLED_BadApp) {
AppDataLoadWaiter waiter(manager(), 2);
manager()->AddApp("unknown_app");
TestKioskAppManagerObserver observer(manager());
« 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