Commit 91f64acc authored by suzyh's avatar suzyh Committed by Commit bot

Disable flaky CommandLineExtensionsDontLoad test

TBR=emaxx@chromium.org
BUG=716727

Review-Url: https://codereview.chromium.org/2852933002
Cr-Commit-Position: refs/heads/master@{#468286}
parent 78552aab
...@@ -284,8 +284,9 @@ class ExtensionsLoadTestWithLoginScreenApps : public ExtensionsLoadTest { ...@@ -284,8 +284,9 @@ class ExtensionsLoadTestWithLoginScreenApps : public ExtensionsLoadTest {
} }
}; };
// Flaky test crbug.com/716727
IN_PROC_BROWSER_TEST_F(ExtensionsLoadTestWithLoginScreenApps, IN_PROC_BROWSER_TEST_F(ExtensionsLoadTestWithLoginScreenApps,
CommandLineExtensionsDontLoad) { DISABLED_CommandLineExtensionsDontLoad) {
// The --load-extension command line flag should not be applied to the sign-in // The --load-extension command line flag should not be applied to the sign-in
// profile. // profile.
EXPECT_EQ(0, GetNonComponentEnabledExtensionCount( EXPECT_EQ(0, GetNonComponentEnabledExtensionCount(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment