wininet/tests: Mark a failing test as todo.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 13966ac997
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
parent
98a3f0376b
commit
8d00191097
|
@ -6636,6 +6636,7 @@ static void test_security_flags(void)
|
|||
ok(!res && GetLastError() == ERROR_IO_PENDING, "HttpSendRequest failed: %u\n", GetLastError());
|
||||
|
||||
WaitForSingleObject(complete_event, INFINITE);
|
||||
todo_wine
|
||||
ok(req_error == ERROR_INTERNET_SEC_CERT_ERRORS,
|
||||
"req_error = %d\n", req_error);
|
||||
|
||||
|
@ -6699,7 +6700,7 @@ static void test_security_flags(void)
|
|||
CLEAR_NOTIFIED(INTERNET_STATUS_DETECTING_PROXY);
|
||||
|
||||
if(req_error != ERROR_INTERNET_SEC_CERT_ERRORS) {
|
||||
win_skip("Unexpected cert errors %u, skipping security flags tests\n", req_error);
|
||||
skip("Unexpected cert errors %u, skipping security flags tests\n", req_error);
|
||||
|
||||
close_async_handle(ses, 3);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue