From: Darren Tucker Date: Fri, 9 May 2025 23:25:18 +0000 (+1000) Subject: Also skip sftp-cmds test on Cygwin. X-Git-Tag: V_10_1_P1~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf795d55437e6c1ffe85e90e0fae00e885e50036;p=thirdparty%2Fopenssh-portable.git Also skip sftp-cmds test on Cygwin. Fails at the hardlink step. --- 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