Compare commits

...

1 Commits

Author SHA1 Message Date
Xavier Roche
7585f40692 Retest: un-skip 230_local-ftp-userpass on Windows
Investigation branch for #1038. The skip landed before the FTP fixes in
 #1039 and #1055; this re-runs the test on x64 to see whether the wedge
survives them.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Xavier Roche <roche@httrack.com>
2026-08-09 10:06:44 +02:00
2 changed files with 0 additions and 7 deletions

View File

@@ -11,12 +11,6 @@ testdir=$(cd "$(dirname "$0")" && pwd)
# shellcheck source=tests/testlib.sh
. "${testdir}/testlib.sh"
# Starves the x64 CI runner until the whole suite step is lost; Win32 is fine (#1038).
if is_windows; then
echo "windows: wedges the x64 runner (#1038), skipping"
exit 77
fi
python=$(find_python) || ! echo "python3 not found; skipping" >&2 || exit 77
command -v httrack >/dev/null || {
echo "could not find httrack" >&2

View File

@@ -286,7 +286,6 @@ expected_skips="01_engine-footer-overflow.test
152_engine-string-oom.test
153_local-proxytrack-quiet.test
215_engine-datadir-ospath.test
230_local-ftp-userpass.test
243_local-ftp-deadhost-interrupt.test
235_local-resume-recovery.test
48_local-crange-memresume.test