Commit 834d4bf1 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Sheriff] Disable ChromeVoxBackgroundTest.TextSelectionAndLiveRegion in MSAN

Bug: 935678
Tbr: dmazzoni@chromium.org
NoTry: True
Change-Id: Ib2d2182069250b68196c43e707ccbd30c9b1fd3e
Reviewed-on: https://chromium-review.googlesource.com/c/1487700Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635226}
parent ff9e2e24
...@@ -1369,7 +1369,14 @@ TEST_F('ChromeVoxBackgroundTest', 'EditableKeyCommand', function() { ...@@ -1369,7 +1369,14 @@ TEST_F('ChromeVoxBackgroundTest', 'EditableKeyCommand', function() {
}); });
}); });
TEST_F('ChromeVoxBackgroundTest', 'TextSelectionAndLiveRegion', function() { // TODO(crbug.com/935678): Test times out flakily in MSAN builds.
TEST_F_WITH_PREAMBLE(`
#if defined(MEMORY_SANITIZER)
#define MAYBE_TextSelectionAndLiveRegion DISABLED_TextSelectionAndLiveRegion
#else
#define MAYBE_TextSelectionAndLiveRegion TextSelectionAndLiveRegion
#endif
`, 'ChromeVoxBackgroundTest', 'MAYBE_TextSelectionAndLiveRegion', function() {
DesktopAutomationHandler.announceActions = true; DesktopAutomationHandler.announceActions = true;
var mockFeedback = this.createMockFeedback(); var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(function(root) {/*! this.runWithLoadedTree(function(root) {/*!
......
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