Commit f80720dd authored by Alexei Filippov's avatar Alexei Filippov Committed by Commit Bot

Disable flaky SelectToSpeakTest.FocusRingMovesWithMouse test

BUG=950049
TBR=nektar@chromium.org,avi@chromium.org

Change-Id: I07d3e741c02eeae93be6d9c2647aedad4a735ebe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555000Reviewed-by: default avatarAlexei Filippov <alph@chromium.org>
Commit-Queue: Alexei Filippov <alph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#648278}
parent ec8eda70
......@@ -281,7 +281,8 @@ IN_PROC_BROWSER_TEST_F(SelectToSpeakTest, BreaksAtParagraphBounds) {
"Second paragraph*"));
}
IN_PROC_BROWSER_TEST_F(SelectToSpeakTest, FocusRingMovesWithMouse) {
// Flaky test. https://crbug.com/950049
IN_PROC_BROWSER_TEST_F(SelectToSpeakTest, DISABLED_FocusRingMovesWithMouse) {
// Create a callback for the focus ring observer.
base::RepeatingCallback<void()> callback =
base::BindRepeating(&SelectToSpeakTest::OnFocusRingChanged, GetWeakPtr());
......
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