Commit 627d2947 authored by Erik Chen's avatar Erik Chen Committed by Commit Bot

Disable VerifySiteInstanceCountInBrowsingInstance test.

The test started flaking after an unrelated CL caused a slight change to the
sharding of tests. This implies that the test has previously relied on state
carried over from previous tests to function correctly.

Bug: 934900
Change-Id: Iee0208c99751362a3c5dcf36f70a1625e3ebd6a3
Reviewed-on: https://chromium-review.googlesource.com/c/1483940Reviewed-by: default avatarCharlie Reis <creis@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634858}
parent 929ed58b
...@@ -1047,8 +1047,10 @@ IN_PROC_BROWSER_TEST_F(SiteDetailsBrowserTest, ...@@ -1047,8 +1047,10 @@ IN_PROC_BROWSER_TEST_F(SiteDetailsBrowserTest,
// Verifies that the UMA counter for SiteInstances in a BrowsingInstance is // Verifies that the UMA counter for SiteInstances in a BrowsingInstance is
// correct when using tabs with web pages. // correct when using tabs with web pages.
//
// Disabled since it's flaky. https://crbug.com/934900
IN_PROC_BROWSER_TEST_F(SiteDetailsBrowserTest, IN_PROC_BROWSER_TEST_F(SiteDetailsBrowserTest,
VerifySiteInstanceCountInBrowsingInstance) { DISABLED_VerifySiteInstanceCountInBrowsingInstance) {
// Page with 14 nested oopifs across 9 sites (a.com through i.com). // Page with 14 nested oopifs across 9 sites (a.com through i.com).
GURL abcdefghi_url = embedded_test_server()->GetURL( GURL abcdefghi_url = embedded_test_server()->GetURL(
"a.com", "a.com",
......
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