Skip to content

Commit

Permalink
[Sherriff] Disable flaky SelectToSpeakOptionsTest.RendersContent
Browse files Browse the repository at this point in the history
Bug: 1235944
Change-Id: I3548a803376cc426542744f9b9bdd8b86ccef49b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3070920
Reviewed-by: Swapnil Gupta <swapnilgupta@google.com>
Reviewed-by: Omar Morsi <omorsi@google.com>
Commit-Queue: Jit Yao Yap <jityao@google.com>
Owners-Override: Jit Yao Yap <jityao@google.com>
Cr-Commit-Position: refs/heads/master@{#908398}
  • Loading branch information
Jit Yao Yap authored and Chromium LUCI CQ committed Aug 4, 2021
1 parent 81fc57d commit 5adf3de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ GEN_INCLUDE(['select_to_speak_e2e_test_base.js']);
*/
SelectToSpeakOptionsTest = class extends SelectToSpeakE2ETest {};

TEST_F('SelectToSpeakOptionsTest', 'RendersContent', function() {
// Flaky. See crbug.com/1235944.
TEST_F('SelectToSpeakOptionsTest', 'DISABLED_RendersContent', function() {
this.runWithLoadedOptionsPage(root => {
// Sanity check the page renders correctly by looking for an item close or
// at the very end of the page.
Expand Down

0 comments on commit 5adf3de

Please sign in to comment.