From cf795d55437e6c1ffe85e90e0fae00e885e50036 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 10 May 2025 09:25:18 +1000 Subject: [PATCH] Also skip sftp-cmds test on Cygwin. Fails at the hardlink step. --- .github/configs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/configs b/.github/configs index 50a661dc2..8e11af25c 100755 --- a/.github/configs +++ b/.github/configs @@ -144,6 +144,8 @@ case "$config" in TCMALLOC_STACKTRACE_METHOD=generic_fp TEST_SSH_SSHD_ENV="TCMALLOC_STACKTRACE_METHOD=generic_fp" export TCMALLOC_STACKTRACE_METHOD TEST_SSH_SSHD_ENV + + SKIP_LTESTS="agent-restrict" ;; krb5|heimdal) CONFIGFLAGS="--with-kerberos5" @@ -345,8 +347,8 @@ case "$host" in SUDO="" # Don't run compat tests on cygwin as they don't currently compile. TEST_TARGET="tests" - # Not sure why this tests fails. - SKIP_LTESTS="keygen-knownhosts" + # Not sure why these tests fail on github. + SKIP_LTESTS="keygen-knownhosts sftp-cmds" ;; *-darwin*) # Unless specified otherwise, build without OpenSSL on Mac OS since -- 2.47.3