mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 18:16:13 +08:00
[WININET_WINETEST][URLMON_WINETEST][SHELL32_APITEST] Skip some tests
Due to hangs on test machines ROSTESTS-357 ROSTESTS-358 CORE-17057
This commit is contained in:
@@ -383,6 +383,12 @@ static void DoTestEntry(const TEST_ENTRY *pEntry)
|
||||
|
||||
START_TEST(DragDrop)
|
||||
{
|
||||
if (!winetest_interactive)
|
||||
{
|
||||
skip("Skipping the test due to crash. CORE-17057\n");
|
||||
return;
|
||||
}
|
||||
|
||||
HRESULT hr = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
|
||||
ok_int(SUCCEEDED(hr), TRUE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user