Commit 1cfabf4b authored by Scott Little's avatar Scott Little Committed by Commit Bot

Disable flaky test ContextImplTest.Stop().

This test is flaking on the Fuchsia bot, e.g.
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Fuchsia%20x64/16873

TBR=kmarshall@chromium.org

Bug: 876894
Change-Id: I455c56835af050aa1f9ff6715a6243500cc06e1d
Reviewed-on: https://chromium-review.googlesource.com/1187552Reviewed-by: default avatarScott Little <sclittle@chromium.org>
Commit-Queue: Scott Little <sclittle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585668}
parent 98f6ea73
......@@ -519,7 +519,8 @@ struct WebContentsObserverForStop : public content::WebContentsObserver {
MOCK_METHOD0(NavigationStopped, void());
};
IN_PROC_BROWSER_TEST_F(ContextImplTest, Stop) {
// TODO(crbug.com/876894): Disabled due to flakiness.
IN_PROC_BROWSER_TEST_F(ContextImplTest, DISABLED_Stop) {
chromium::web::FramePtr frame = CreateFrame();
chromium::web::NavigationControllerPtr controller;
......
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