Commit 7a895ac8 authored by Robert Liao's avatar Robert Liao Committed by Commit Bot

Reenable WidgetTest.WindowModalityActivationTest

This seems to work fine with gtest_repeat=100.

BUG=613428

Change-Id: I045735c4174c8656bfa8d51669142385d35f1233
Reviewed-on: https://chromium-review.googlesource.com/c/1340793Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Robert Liao <robliao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608989}
parent 7b394dda
......@@ -726,8 +726,7 @@ TEST_F(WidgetTest, WindowMouseModalityTest) {
#if defined(OS_WIN)
// Tests whether we can activate the top level widget when a modal dialog is
// active.
// Flaky: crbug.com/613428
TEST_F(WidgetTest, DISABLED_WindowModalityActivationTest) {
TEST_F(WidgetTest, WindowModalityActivationTest) {
TestDesktopWidgetDelegate widget_delegate;
widget_delegate.InitWidget(CreateParams(Widget::InitParams::TYPE_WINDOW));
......
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