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

It shows the same behavior as the one marked by commit 2d19baa6b5.

Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=51313
This commit is contained in:
Hans Leidekker 2023-01-27 16:53:19 +01:00 committed by Alexandre Julliard
parent b46bcd2cb1
commit a744265c1e

View file

@ -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);