GHA/windows: re-enable taskkill in torture jobs

Torture jobs are arguably the most flaky nowadays. Make a blind try to
see if re-enabling taskkill makes an observable improvement for torture.

Follow-up to 208b87744e #21039
Follow-up to f450f3801b #19897
Follow-up to 2701ac6a4d #19421

Closes #22495
This commit is contained in:
Viktor Szakats 2026-08-05 15:59:30 +02:00
parent 947ae0e0cc
commit b11e0026f7
No known key found for this signature in database

View file

@ -514,7 +514,6 @@ jobs:
fi
if [[ "${TFLAGS}" = *'-t'* ]]; then
TFLAGS+=' !2300' # Leaks memory and file handle via tool_doswin.c / win32_stdin_read_thread()
export CURL_TEST_NO_TASKKILL=1 # experiment to see if it reduces flaky failures
fi
if [[ "${MATRIX_INSTALL} " = *'-libssh '* && \
"${MATRIX_ENV}" = *'x86_64'* ]]; then