[ROSTESTS]

Disable urlmon:protocol test since it crashes now.
See bug 6381 for more details.

svn path=/trunk/; revision=52722
This commit is contained in:
Sylvain Petreolle 2011-07-17 23:22:34 +00:00
parent 1e168bdfba
commit 521309797d

View file

@ -3442,6 +3442,12 @@ START_TEST(protocol)
{
HMODULE hurlmon;
if(!winetest_interactive)
{
skip("protocol test skipped, bug 6381\n");
return;
}
hurlmon = GetModuleHandle("urlmon.dll");
pCoInternetGetSession = (void*) GetProcAddress(hurlmon, "CoInternetGetSession");
pReleaseBindInfo = (void*) GetProcAddress(hurlmon, "ReleaseBindInfo");