Commit 78f1ed5b authored by suzyh's avatar suzyh Committed by Commit bot

Reland of Disable flaky CommandLineExtensionsDontLoad test (patchset #1 id:1...

Reland of Disable flaky CommandLineExtensionsDontLoad test (patchset #1 id:1 of https://codereview.chromium.org/2855553002/ )

Reason for revert:
Build failure causing original revert seems to have been a flake.

Original issue's description:
> Revert of Disable flaky CommandLineExtensionsDontLoad test (patchset #1 id:1 of https://codereview.chromium.org/2852933002/ )
>
> Reason for revert:
> Speculatively reverting due to build failure on Mac https://build.chromium.org/p/chromium/builders/Mac/builds/26841
>
> Original issue's description:
> > Disable flaky CommandLineExtensionsDontLoad test
> >
> > TBR=emaxx@chromium.org
> > BUG=716727
> >
> > Review-Url: https://codereview.chromium.org/2852933002
> > Cr-Commit-Position: refs/heads/master@{#468286}
> > Committed: https://chromium.googlesource.com/chromium/src/+/91f64acccbfe592af367f79ae74649d520528f0b
>
> TBR=emaxx@chromium.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=716727
>
> Review-Url: https://codereview.chromium.org/2855553002
> Cr-Commit-Position: refs/heads/master@{#468290}
> Committed: https://chromium.googlesource.com/chromium/src/+/606b2b5d25564f187a843d25e5c2998d4ad2c04e

TBR=emaxx@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=716727

Review-Url: https://codereview.chromium.org/2848223002
Cr-Commit-Position: refs/heads/master@{#468300}
parent 62d78e2d
...@@ -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