mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[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:
parent
1e168bdfba
commit
521309797d
1 changed files with 6 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue