mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:03:32 +03:00
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 to208b87744e#21039 Follow-up tof450f3801b#19897 Follow-up to2701ac6a4d#19421 Closes #22495
This commit is contained in:
parent
947ae0e0cc
commit
b11e0026f7
1 changed files with 0 additions and 1 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue