Commit fde42926 authored by Fabio Tirelo's avatar Fabio Tirelo Committed by Commit Bot

[Sheriff] Disable FolderUploadConfirmationViewTest.InitiallyFocusesCancel

TBR=reillyg@chromium.org

Bug: 1113695
Change-Id: Ib404365d13b802bb45fff8b083f0c71e68a13546
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339003Reviewed-by: default avatarFabio Tirelo <ftirelo@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795612}
parent d81921c5
......@@ -55,8 +55,14 @@ class FolderUploadConfirmationViewTest : public DialogBrowserTest {
DISALLOW_COPY_AND_ASSIGN(FolderUploadConfirmationViewTest);
};
#if defined(OS_CHROMEOS)
// TODO(http://crbug.com/1113695): flaky on ChromeOS.
#define MAYBE_InitiallyFocusesCancel DISABLED_InitiallyFocusesCancel
#else
#define MAYBE_InitiallyFocusesCancel InitiallyFocusesCancel
#endif
IN_PROC_BROWSER_TEST_F(FolderUploadConfirmationViewTest,
InitiallyFocusesCancel) {
MAYBE_InitiallyFocusesCancel) {
ShowUi(std::string());
EXPECT_EQ(widget_->widget_delegate()->AsDialogDelegate()->GetCancelButton(),
widget_->GetFocusManager()->GetFocusedView());
......
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