Commit 685a917f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

imm32/tests: Mark tests failing randomly on Windows as flaky.

parent e58bd592
......@@ -1348,6 +1348,7 @@ static DWORD WINAPI test_default_ime_window_cb(void *arg)
broken(!testcase->top_level_window /* Vista */) ,
"Expected IME window existence\n");
DestroyWindow(hwnd1);
flaky
ok(!IsWindow(ime_wnd), "Expected no IME windows\n");
return 1;
}
......
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