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

This commit is contained in:
James Hawkins 2008-05-02 03:56:47 -05:00 committed by Alexandre Julliard
parent 33c3bdeb03
commit 863b0cdff7
1 changed files with 0 additions and 1 deletions

View File

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