[Tests] Fix test_gui_fileuploader failing - #66543
Conversation
Instead of distant one which fails once in a while and disturb CI
|
Thanks @troopa81 , this is a much needed cleanup! There's a few other tests which also call out to badssl (eg network access manager ones) could those also be flipped over? |
if no local badssl server has been set
Done for all tests that were using badssl.com . Those tests were disabled in CI, so I re-enabled them except |
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. 🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. |
Description
test_gui_fileuploader is failing very often recently and disturb CI. See here for instance
I assume this is related to the online service not responding correctly and closing the connection.
I propose to use a local badssl server instead of a remote one.
AI tool usage