Commit 15dcc571 authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Disable flaky WelcomeScreenBrowserTest.A11yDockedMagnifierDisabled

TBR=achuith@chromium.org

Bug: 1010676
Change-Id: I2eb64a52ce2a9d67ab8c3af10712066f01e2349c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837432Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Auto-Submit: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702315}
parent 547e2fcf
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "build/build_config.h"
#include "chrome/browser/browser_process.h" #include "chrome/browser/browser_process.h"
#include "chrome/browser/chromeos/accessibility/accessibility_manager.h" #include "chrome/browser/chromeos/accessibility/accessibility_manager.h"
#include "chrome/browser/chromeos/accessibility/magnification_manager.h" #include "chrome/browser/chromeos/accessibility/magnification_manager.h"
...@@ -313,7 +314,9 @@ IN_PROC_BROWSER_TEST_F(WelcomeScreenBrowserTest, ...@@ -313,7 +314,9 @@ IN_PROC_BROWSER_TEST_F(WelcomeScreenBrowserTest,
ASSERT_FALSE(MagnificationManager::Get()->IsMagnifierEnabled()); ASSERT_FALSE(MagnificationManager::Get()->IsMagnifierEnabled());
} }
IN_PROC_BROWSER_TEST_F(WelcomeScreenBrowserTest, A11yDockedMagnifierDisabled) { // Flaky. http://crbug.com/1010676
IN_PROC_BROWSER_TEST_F(WelcomeScreenBrowserTest,
DISABLED_A11yDockedMagnifierDisabled) {
welcome_screen_->Show(); welcome_screen_->Show();
OobeScreenWaiter(WelcomeView::kScreenId).Wait(); OobeScreenWaiter(WelcomeView::kScreenId).Wait();
test::OobeJS().ExpectHiddenPath({"connect", "dockedMagnifierOobeOption"}); test::OobeJS().ExpectHiddenPath({"connect", "dockedMagnifierOobeOption"});
......
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