Commit 863b0cdf authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

itss: Remove a test that we expect to fail sometimes.

parent 33c3bdeb
......@@ -303,7 +303,6 @@ static HRESULT _protocol_start(unsigned line, IInternetProtocol *protocol, LPCWS
expect_hrResult = S_OK;
hres = IInternetProtocol_Start(protocol, url, &protocol_sink, &bind_info, 0, 0);
ok_(__FILE__,line) (hres == S_OK, "Start failed: %08x\n", hres);
if(FAILED(hres)) {
SET_CALLED(GetBindInfo);
......
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