[openssh-commits] [openssh] 01/04: Also skip scp3 test on Darwin 26 and 27.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 17 04:32:25 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 d0078f850832f428cf3ac2c48f20c5414d1d619b
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Sep 16 11:11:44 2026 -0600
Also skip scp3 test on Darwin 26 and 27.
---
.github/configs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index 4be1c9d16..b5eb22473 100755
--- a/.github/configs
+++ b/.github/configs
@@ -374,7 +374,7 @@ case "$host" in
*-darwin22.*)
# sudo -S nobody doesn't work on macos 13 for some reason.
SKIP_LTESTS="agent-getpeereid" ;;
- *-apple-darwin25.*)
+ *-apple-darwin25.*|*-apple-darwin26.*|*-apple-darwin27.*)
# This test fails, skip until debugged.
SKIP_LTESTS="scp3" ;;
esac
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list