Commit 4b460990 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky WebViewBrowserTest.ResizeWebView.

TBR=dmazzoni@chromium.org

Bug: 1013805
Change-Id: Ib1eeb62a00d7d4185f6a596635f8da861685da37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857567Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705350}
parent 0cbc73f4
...@@ -74,7 +74,8 @@ class WebViewBrowserTest : public InProcessBrowserTest { ...@@ -74,7 +74,8 @@ class WebViewBrowserTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(WebViewBrowserTest); DISALLOW_COPY_AND_ASSIGN(WebViewBrowserTest);
}; };
IN_PROC_BROWSER_TEST_F(WebViewBrowserTest, ResizeWebView) { // Flaky. https://crbug.com/1013805
IN_PROC_BROWSER_TEST_F(WebViewBrowserTest, DISABLED_ResizeWebView) {
ui_test_utils::NavigateToURL( ui_test_utils::NavigateToURL(
browser(), https_server_.GetURL("/fixed_size_document.html")); browser(), https_server_.GetURL("/fixed_size_document.html"));
......
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