Commit a744265c authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

gdi32/tests: Mark another D3DKMTCheckOcclusion() test as flaky.

It shows the same behavior as the one marked by commit 2d19baa6. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=51313
parent b46bcd2c
......@@ -712,6 +712,7 @@ static void test_D3DKMTCheckOcclusion(void)
ShowWindow(hwnd, SW_MINIMIZE);
occlusion_desc.hWnd = hwnd;
status = pD3DKMTCheckOcclusion(&occlusion_desc);
flaky
ok(status == STATUS_SUCCESS, "Got unexpected return code %#lx.\n", status);
ShowWindow(hwnd, SW_SHOWNORMAL);
......
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