Commit 54a6ef20 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky PropagateUserGestureFlag test.

SitePerProcessAutoplayBrowserTest.PropagateUserGestureFlag is flaky.

TBR=mlamouri@chromium.org

Bug: 1014175
Change-Id: I0de4853597b0c6b1060218838c3278a43a67efc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860678Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705631}
parent 19cb4031
...@@ -4160,8 +4160,9 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, OriginReplication) { ...@@ -4160,8 +4160,9 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, OriginReplication) {
// Test that HasReceivedUserGesture and HasReceivedUserGestureBeforeNavigation // Test that HasReceivedUserGesture and HasReceivedUserGestureBeforeNavigation
// are propagated correctly across origins. // are propagated correctly across origins.
// Flaky. https://crbug.com/1014175
IN_PROC_BROWSER_TEST_F(SitePerProcessAutoplayBrowserTest, IN_PROC_BROWSER_TEST_F(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