Commit 2791928e authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

sheriff: mark StartupBrowserCreatorPickerTest.OpensPicker as flaky

Bug: 1126886
Change-Id: Ife50aeb7b592ef50a470b01e1b1d510f4cccd0b0
Tbr: jkrcal@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427210Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809967}
parent 6fe0cb01
...@@ -1929,7 +1929,8 @@ class StartupBrowserCreatorPickerTest : public InProcessBrowserTest { ...@@ -1929,7 +1929,8 @@ class StartupBrowserCreatorPickerTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(StartupBrowserCreatorPickerTest); DISALLOW_COPY_AND_ASSIGN(StartupBrowserCreatorPickerTest);
}; };
IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorPickerTest, OpensPicker) { // Flaky: https://crbug.com/1126886
IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorPickerTest, DISABLED_OpensPicker) {
ASSERT_EQ(1u, chrome::GetTotalBrowserCount()); ASSERT_EQ(1u, chrome::GetTotalBrowserCount());
base::CommandLine command_line(base::CommandLine::NO_PROGRAM); base::CommandLine command_line(base::CommandLine::NO_PROGRAM);
StartWithTwoProfiles(command_line); StartWithTwoProfiles(command_line);
......
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