Commit 05fbf63d authored by Trent Apted's avatar Trent Apted Committed by Commit Bot

Disable flaky StartupBrowserCreatorTest.ProfilesLaunchedAfterCrash

TBR=tmartino@chromium.org

Bug: 819976
Change-Id: I45d3f2f0286c6572ace56ab1ca73b1009c4737cc
Reviewed-on: https://chromium-review.googlesource.com/958747Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Commit-Queue: Trent Apted <tapted@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542435}
parent 7a36c415
......@@ -783,7 +783,9 @@ IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorTest,
ASSERT_EQ(0u, chrome::GetBrowserCount(profile_home2));
}
IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorTest, ProfilesLaunchedAfterCrash) {
// Flaky. See https://crbug.com/819976.
IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorTest,
DISABLED_ProfilesLaunchedAfterCrash) {
// After an unclean exit, all profiles will be launched. However, they won't
// open any pages automatically.
......
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