Commit 5c661b5f authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Sheriff: Disable WindowSizerTest

Bug: 1038342
Change-Id: I9189f756a00b8f5a170c5c76a956340e4aef4968
Tbr: jamescook@chromium.org
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984174Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727763}
parent 227a26d8
......@@ -89,7 +89,8 @@ class WindowSizerTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(WindowSizerTest);
};
IN_PROC_BROWSER_TEST_F(WindowSizerTest, OpenBrowserUsingShelfItem) {
// TODO(crbug.com/1038342): Test is flaky.
IN_PROC_BROWSER_TEST_F(WindowSizerTest, DISABLED_OpenBrowserUsingShelfItem) {
// Don't shutdown when closing the last browser window.
ScopedKeepAlive test_keep_alive(KeepAliveOrigin::BROWSER_PROCESS_CHROMEOS,
KeepAliveRestartOption::DISABLED);
......@@ -133,7 +134,8 @@ IN_PROC_BROWSER_TEST_F(WindowSizerTest, OpenBrowserUsingShelfItem) {
EXPECT_EQ(root_windows[0], ash::Shell::GetRootWindowForNewWindows());
}
IN_PROC_BROWSER_TEST_F(WindowSizerTest, OpenBrowserUsingContextMenu) {
// TODO(crbug.com/1038342): Test is flaky.
IN_PROC_BROWSER_TEST_F(WindowSizerTest, DISABLED_OpenBrowserUsingContextMenu) {
// Don't shutdown when closing the last browser window.
ScopedKeepAlive test_keep_alive(KeepAliveOrigin::BROWSER_PROCESS_CHROMEOS,
KeepAliveRestartOption::DISABLED);
......
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