Commit 257878d4 authored by Wei Li's avatar Wei Li Committed by Commit Bot

Re-enable DoneCallbackCalledOnOkButtonPressed test

This test was disabled due to flakiness on Windows7 sp1.

BUG=644614

Change-Id: Id48da1b956c38681d1aa16d0a8de95155fc875a2
Reviewed-on: https://chromium-review.googlesource.com/c/1345416Reviewed-by: default avatarQiang Chen <qiangchen@chromium.org>
Commit-Queue: Wei Li <weili@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611368}
parent 72ce8534
......@@ -102,14 +102,7 @@ TEST_F(DesktopMediaPickerViewsTest, DoneCallbackCalledWhenWindowClosed) {
base::RunLoop().RunUntilIdle();
}
// Flaky on Windows. https://crbug.com/644614
#if defined(OS_WIN)
#define MAYBE_DoneCallbackCalledOnOkButtonPressed DISABLED_DoneCallbackCalledOnOkButtonPressed
#else
#define MAYBE_DoneCallbackCalledOnOkButtonPressed DoneCallbackCalledOnOkButtonPressed
#endif
TEST_F(DesktopMediaPickerViewsTest, MAYBE_DoneCallbackCalledOnOkButtonPressed) {
TEST_F(DesktopMediaPickerViewsTest, DoneCallbackCalledOnOkButtonPressed) {
const DesktopMediaID kFakeId(DesktopMediaID::TYPE_WINDOW, 222);
EXPECT_CALL(*this, OnPickerDone(kFakeId));
......
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