Commit 6ec99a0e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dxgi/tests: Mark the test_swapchain_window_messages() tests failing randomly on Windows as flaky.

parent 5b10cb08
......@@ -5817,6 +5817,7 @@ static BOOL check_message(const struct message *expected,
static LRESULT CALLBACK test_wndproc(HWND hwnd, unsigned int message, WPARAM wparam, LPARAM lparam)
{
flaky
ok(!expect_no_messages, "Got unexpected message %#x, hwnd %p, wparam %#Ix, lparam %#Ix.\n",
message, hwnd, wparam, lparam);
......
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