[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:
Victor Perevertkin
2020-06-08 03:43:43 +03:00
parent 1761bedb82
commit d424a0e088
4 changed files with 20 additions and 1 deletions

View File

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