Commit fca6f832 authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

Disable SessionCrashedBubbleViewTest.CanFocusBubble* tests

These tests are flaking on macOS and Linux.

Bug: 1068579
Change-Id: Ic4f541261efa0962fcebcabccff7c23fc7ffa12a
Tbr: dmazzoni@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144426Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758087}
parent 631a57d1
......@@ -66,8 +66,9 @@ IN_PROC_BROWSER_TEST_F(SessionCrashedBubbleViewTest,
#if !defined(OS_WIN)
// Regression test for https://crbug.com/1042010, it should be possible to focus
// the bubble with the "focus dialog" hotkey combination (Alt+Shift+A).
// Disabled due to flake: https://crbug.com/1068579
IN_PROC_BROWSER_TEST_F(SessionCrashedBubbleViewTest,
CanFocusBubbleWithFocusDialogHotkey) {
DISABLED_CanFocusBubbleWithFocusDialogHotkey) {
ShowUi("SessionCrashedBubble");
views::FocusManager* focus_manager = crash_bubble_->GetFocusManager();
......@@ -83,8 +84,9 @@ IN_PROC_BROWSER_TEST_F(SessionCrashedBubbleViewTest,
// Regression test for https://crbug.com/1042010, it should be possible to focus
// the bubble with the "rotate pane focus" (F6) hotkey.
// Disabled due to flake: https://crbug.com/1068579
IN_PROC_BROWSER_TEST_F(SessionCrashedBubbleViewTest,
CanFocusBubbleWithRotatePaneFocusHotkey) {
DISABLED_CanFocusBubbleWithRotatePaneFocusHotkey) {
ShowUi("SessionCrashedBubble");
views::FocusManager* focus_manager = crash_bubble_->GetFocusManager();
views::View* bubble_focused_view = crash_bubble_->GetInitiallyFocusedView();
......
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