Commit ffa5af40 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Disable SyntheticKeyEventTest.KeyboardEventAck

It's flaky everywhere, not just mash.

TBR=caseq@chromium.org

Bug: 889878
Change-Id: Iae5bdc6625102ad5dc59707a68f1f67db2a53dcd
Reviewed-on: https://chromium-review.googlesource.com/c/1318801Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605755}
parent 29849283
...@@ -243,7 +243,8 @@ IN_PROC_BROWSER_TEST_F(SyntheticKeyEventTest, KeyEventSynthesizeKey) { ...@@ -243,7 +243,8 @@ IN_PROC_BROWSER_TEST_F(SyntheticKeyEventTest, KeyEventSynthesizeKey) {
EXPECT_EQ("\"Escape\"", key); EXPECT_EQ("\"Escape\"", key);
} }
IN_PROC_BROWSER_TEST_F(SyntheticKeyEventTest, KeyboardEventAck) { // Flaky: https://crbug.com/889878
IN_PROC_BROWSER_TEST_F(SyntheticKeyEventTest, DISABLED_KeyboardEventAck) {
NavigateToURLBlockUntilNavigationsComplete(shell(), GURL("about:blank"), 1); NavigateToURLBlockUntilNavigationsComplete(shell(), GURL("about:blank"), 1);
Attach(); Attach();
ASSERT_TRUE(content::ExecuteScript( ASSERT_TRUE(content::ExecuteScript(
......
...@@ -19,7 +19,3 @@ ...@@ -19,7 +19,3 @@
# or RenderWidgetHostMouseEventMonitor::EventWasReceived fails. # or RenderWidgetHostMouseEventMonitor::EventWasReceived fails.
# https://crbug.com/884360 # https://crbug.com/884360
-SitePerProcessHitTestBrowserTest.CrossProcessTooltipTest* -SitePerProcessHitTestBrowserTest.CrossProcessTooltipTest*
# Flaky. https://crbug.com/889878
-SyntheticKeyEventTest.KeyboardEventAck
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