[WININET_WINETEST][URLMON_WINETEST][SHELL32_APITEST] Skip some tests
[reactos.git] / modules / rostests / winetests / wininet / http.c
index 7b7ccd2..09646b1 100644 (file)
@@ -7801,6 +7801,13 @@ static void test_concurrent_header_access(void)
 START_TEST(http)
 {
     HMODULE hdll;
+
+    if (!winetest_interactive)
+    {
+        win_skip("Skipping wininet:http due to hang ROSTESTS-357\n");
+        return;
+    }
+
     hdll = GetModuleHandleA("wininet.dll");
 
     if(!GetProcAddress(hdll, "InternetGetCookieExW")) {