Commit 948fc04f authored by bttk's avatar bttk

Disable flaky test PropagateUserGestureFlag.

SitePerProcessAutoplayBrowserTest.PropagateUserGestureFlag is flaky.

TBR=alexmos@chromium.org

Bug: 1014175
Change-Id: I4547aaefd7337900f20883e0768a0bda418a923c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586207Reviewed-by: default avatarbttk <bttk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835840}
parent d70bf292
...@@ -4300,8 +4300,9 @@ IN_PROC_BROWSER_TEST_P(SitePerProcessBrowserTest, OriginReplication) { ...@@ -4300,8 +4300,9 @@ IN_PROC_BROWSER_TEST_P(SitePerProcessBrowserTest, OriginReplication) {
// Test that HasReceivedUserGesture and HasReceivedUserGestureBeforeNavigation // Test that HasReceivedUserGesture and HasReceivedUserGestureBeforeNavigation
// are propagated correctly across origins. // are propagated correctly across origins.
// TODO(crbug.com/1014175): This test is flaky.
IN_PROC_BROWSER_TEST_P(SitePerProcessAutoplayBrowserTest, IN_PROC_BROWSER_TEST_P(SitePerProcessAutoplayBrowserTest,
PropagateUserGestureFlag) { DISABLED_PropagateUserGestureFlag) {
GURL main_url(embedded_test_server()->GetURL( GURL main_url(embedded_test_server()->GetURL(
"example.com", "/media/autoplay/autoplay-enabled.html")); "example.com", "/media/autoplay/autoplay-enabled.html"));
GURL foo_url(embedded_test_server()->GetURL( GURL foo_url(embedded_test_server()->GetURL(
......
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