[openssh-commits] [openssh] 02/02: Skip scp3 test on macosx 26 until debugged.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Aug 20 21:52:20 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit a1466f83e9ddf4adce3c1c17d332d15e09ca2fff
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Aug 20 21:34:33 2026 +1000
Skip scp3 test on macosx 26 until debugged.
---
.github/configs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/configs b/.github/configs
index ece6441b1..4be1c9d16 100755
--- a/.github/configs
+++ b/.github/configs
@@ -374,6 +374,9 @@ case "$host" in
*-darwin22.*)
# sudo -S nobody doesn't work on macos 13 for some reason.
SKIP_LTESTS="agent-getpeereid" ;;
+ *-apple-darwin25.*)
+ # This test fails, skip until debugged.
+ SKIP_LTESTS="scp3" ;;
esac
;;
*-solaris2.10)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list