[openssh-commits] [openssh] 05/07: Also skip sftp-cmds test on Cygwin.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat May 10 22:19:40 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit cf795d55437e6c1ffe85e90e0fae00e885e50036
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat May 10 09:25:18 2025 +1000
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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list