itss: Remove a test that we expect to fail sometimes.
authorJames Hawkins <jhawkins@codeweavers.com>
Fri, 2 May 2008 08:56:47 +0000 (03:56 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 May 2008 09:33:31 +0000 (11:33 +0200)
dlls/itss/tests/protocol.c

index ea04437a270fbc6b659cac7eeda3024c82a2850a..e8aa171491a59b4b215100752eef2c0e32ba3c14 100644 (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);