Commit f173fb59 authored by Koji Ishii's avatar Koji Ishii Committed by Commit Bot

Reenable ChromeVoxBackgroundTest.ListItem

This test once timed out if LayoutNG and VizDisplayCompositor
were enabled.

This seems to pass on the current bot. This patch tries to
reenable.

Bug: 959261
Change-Id: I818fcc015f9e6254fa7f8c17588d6406efeabe67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354375Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801464}
parent 1db29cb8
...@@ -1263,9 +1263,7 @@ TEST_F('ChromeVoxBackgroundTest', 'InPageLinks', function() { ...@@ -1263,9 +1263,7 @@ TEST_F('ChromeVoxBackgroundTest', 'InPageLinks', function() {
}); });
}); });
// Timeout on ChromeOS with LayoutNG & Viz. TEST_F('ChromeVoxBackgroundTest', 'ListItem', function() {
// https://crbug.com/959261
TEST_F('ChromeVoxBackgroundTest', 'DISABLED_ListItem', function() {
this.resetContextualOutput(); this.resetContextualOutput();
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