Commit 2b1a3a0c authored by guidou's avatar guidou Committed by Commit bot

Disable flaky WidgetTest.DesktopNativeWidgetNoPaintAfterCloseTest on Windows.

BUG=596039
TBR=pkasting

Review-Url: https://codereview.chromium.org/2032463004
Cr-Commit-Position: refs/heads/master@{#397162}
parent 7430a773
......@@ -1371,7 +1371,7 @@ void DesktopAuraTestValidPaintWidget::InitForTest(InitParams init_params) {
Activate();
}
#if defined(OS_LINUX)
#if defined(OS_LINUX) || defined(OS_WIN)
// Flaky on Linux rel ng: https://crbug.com/596039.
#define MAYBE_DesktopNativeWidgetNoPaintAfterCloseTest DISABLED_DesktopNativeWidgetNoPaintAfterCloseTest
#else
......
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