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

Unified Diff: chrome/browser/extensions/extension_startup_browsertest.cc

Issue 2852933002: Disable flaky CommandLineExtensionsDontLoad test (Closed)
Patch Set: Created 3 years, 8 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/extensions/extension_startup_browsertest.cc
diff --git a/chrome/browser/extensions/extension_startup_browsertest.cc b/chrome/browser/extensions/extension_startup_browsertest.cc
index a50f7568317c65d1e086411ae7516f0129a351e4..8ecfb4ab10bff04b0f5cd581ae6fd404bb70fb77 100644
--- a/chrome/browser/extensions/extension_startup_browsertest.cc
+++ b/chrome/browser/extensions/extension_startup_browsertest.cc
@@ -284,8 +284,9 @@ class ExtensionsLoadTestWithLoginScreenApps : public ExtensionsLoadTest {
}
};
+// Flaky test crbug.com/716727
IN_PROC_BROWSER_TEST_F(ExtensionsLoadTestWithLoginScreenApps,
- CommandLineExtensionsDontLoad) {
+ DISABLED_CommandLineExtensionsDontLoad) {
// The --load-extension command line flag should not be applied to the sign-in
// profile.
EXPECT_EQ(0, GetNonComponentEnabledExtensionCount(
« 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