Commit 00615c14 authored by Jeremy Roman's avatar Jeremy Roman Committed by Commit Bot

Disable WebContentsImplBrowserTest.UpdateLoadState due to flakiness.

Bug: 999597
Change-Id: I09d60471bcd5e95f0fed839f7f61e02225ff768e
Tbr: csharrison@chromium.org,mmenke@chromium.org
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778575Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692132}
parent b21ed9f6
...@@ -3221,7 +3221,7 @@ class LoadStateWaiter : public WebContentsDelegate { ...@@ -3221,7 +3221,7 @@ class LoadStateWaiter : public WebContentsDelegate {
// TODO(csharrison,mmenke): Beef up testing of LoadState a little. In // TODO(csharrison,mmenke): Beef up testing of LoadState a little. In
// particular, check upload progress and check the LoadState param. // particular, check upload progress and check the LoadState param.
IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest, UpdateLoadState) { IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest, DISABLED_UpdateLoadState) {
base::string16 a_host = url_formatter::IDNToUnicode("a.com"); base::string16 a_host = url_formatter::IDNToUnicode("a.com");
base::string16 b_host = url_formatter::IDNToUnicode("b.com"); base::string16 b_host = url_formatter::IDNToUnicode("b.com");
base::string16 paused_host = url_formatter::IDNToUnicode("paused.com"); base::string16 paused_host = url_formatter::IDNToUnicode("paused.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