Commit c4784992 authored by battre@chromium.org's avatar battre@chromium.org

Mark TabCloseableStateWatcherTest.CloseIncognitoBrowser as flaky

BUG=83861
TEST=no
TBR=sky@chromium.org

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86595 0039d316-1c4b-4281-b951-d872f2087c98
parent 4c7948e4
...@@ -247,7 +247,11 @@ IN_PROC_BROWSER_TEST_F(TabCloseableStateWatcherTest, SecondIncognitoBrowser) { ...@@ -247,7 +247,11 @@ IN_PROC_BROWSER_TEST_F(TabCloseableStateWatcherTest, SecondIncognitoBrowser) {
// Tests closing an incognito browser - the incognito browser should close, // Tests closing an incognito browser - the incognito browser should close,
// and a new normal browser opened with a NewTabPage (which is not closeable). // and a new normal browser opened with a NewTabPage (which is not closeable).
IN_PROC_BROWSER_TEST_F(TabCloseableStateWatcherTest, CloseIncognitoBrowser) { // Test is flaky:
// EXPECT_EQ(1u, BrowserList::size()) in the "Close incognito browser." block
// currently fails in ~13% of all runs. See http://crbug.com/83861
IN_PROC_BROWSER_TEST_F(TabCloseableStateWatcherTest,
FLAKY_CloseIncognitoBrowser) {
NavigateToURL(ntp_url_); NavigateToURL(ntp_url_);
// Open an incognito browser. // Open an incognito browser.
......
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