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

Unified Diff: chrome/browser/chromeos/login/kiosk_browsertest.cc

Issue 2113433002: Comment out frequently flaky PrivateStore test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/login/kiosk_browsertest.cc
diff --git a/chrome/browser/chromeos/login/kiosk_browsertest.cc b/chrome/browser/chromeos/login/kiosk_browsertest.cc
index 3d08841374ed51e73d0cf95090251bc84887676e..1169ed57036abd9a60d63211cae55b15af98b973 100644
--- a/chrome/browser/chromeos/login/kiosk_browsertest.cc
+++ b/chrome/browser/chromeos/login/kiosk_browsertest.cc
@@ -2297,7 +2297,12 @@ IN_PROC_BROWSER_TEST_F(KioskEnterpriseTest, EnterpriseKioskApp) {
content::RunAllPendingInMessageLoop();
}
-IN_PROC_BROWSER_TEST_F(KioskEnterpriseTest, PrivateStore) {
+#if defined(OS_CHROMEOS)
+#define MAYBE_PrivateStore DISABLED_PrivateStore
+#else
+#define MAYBE_PrivateStore PrivateStore
+#endif
+IN_PROC_BROWSER_TEST_F(KioskEnterpriseTest, MAYBE_PrivateStore) {
set_test_app_id(kTestEnterpriseKioskApp);
const char kPrivateStoreUpdate[] = "/private_store_update";
« 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