Commit 7c2fa08f authored by Marina Ciocea's avatar Marina Ciocea Committed by Commit Bot

[Sheriff] Disable flaky test ChromeVoxBackgroundTest.NativeFind.

Test times out flakily on linux-chromeos-rel.

Bug: 1085666
Change-Id: I5566b39e71ff5b321b5a1ec1cfae10fdca2fe503
TBR: dtseng@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215812Reviewed-by: default avatarMarina Ciocea <marinaciocea@chromium.org>
Commit-Queue: Marina Ciocea <marinaciocea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771801}
parent fadd337a
...@@ -1338,7 +1338,8 @@ TEST_F('ChromeVoxBackgroundTest', 'NodeVsSubnode', function() { ...@@ -1338,7 +1338,8 @@ TEST_F('ChromeVoxBackgroundTest', 'NodeVsSubnode', function() {
}); });
}); });
TEST_F('ChromeVoxBackgroundTest', 'NativeFind', function() { // TODO(crbug.com/1085666): Test is flaky.
TEST_F('ChromeVoxBackgroundTest', 'DISABLED_NativeFind', function() {
const mockFeedback = this.createMockFeedback(); const mockFeedback = this.createMockFeedback();
this.runWithLoadedTree( this.runWithLoadedTree(
` `
......
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