Skip to content

Commit

Permalink
Disable flaky test.
Browse files Browse the repository at this point in the history
Bug: 792907
Change-Id: I6ac7b0a6a68989b405a614c7df8e87a7f544fbc7
TBR: tapted
Reviewed-on: https://chromium-review.googlesource.com/816049
Reviewed-by: Peter Kasting <pkasting@chromium.org>
Reviewed-by: Trent Apted <tapted@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522678}
  • Loading branch information
pkasting authored and Commit Bot committed Dec 8, 2017
1 parent 486fae3 commit c2cc016
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,8 @@ void SetTextInputType(RenderWidgetHostViewBase* view,

// Ensure RenderWidgetHostViewMac claims hotkeys when AppKit spams the UI with
// -performKeyEquivalent:, but only when the window is key.
TEST_F(RenderWidgetHostViewMacTest, ForwardKeyEquivalentsOnlyIfKey) {
// Flaky: https://crbug.com/792907
TEST_F(RenderWidgetHostViewMacTest, DISABLED_ForwardKeyEquivalentsOnlyIfKey) {
MockRenderWidgetHostDelegate delegate;
TestBrowserContext browser_context;

Expand Down

0 comments on commit c2cc016

Please sign in to comment.