I added a commit that changes wininet tests so that if `GetUrlCacheConfigInfo` or `CommitUrlCacheEntry` returns `ERROR_CALL_NOT_IMPLEMENTED`, the test is skipped. The reason for this is that on the latest Windows 10, these calls seem to have reverted to not being implemented. I have confirmed that in the Internet Properties the website cache is still enabled. This behavior was seen both on the testbot (CI) as well as my local Windows VM. I can only speculate to the reason for this but it might have something to do with the deprecation of IE and wininet, and/or with the further integration of Chromium-based Edge into the system. In any case, this MR should be ready for review once more, once test-linux-32 has finished. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9369#note_129165