[openssh-commits] [openssh] 03/07: Skip keygen-knownhost test on Cygwin.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat May 10 22:19:38 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 56782dad7d7f96b4943951227515bd7904ac3cf7
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat May 10 08:26:37 2025 +1000

    Skip keygen-knownhost test on Cygwin.
    
    It fails but at this time it's not clear why.
---
 .github/configs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/configs b/.github/configs
index 2526e3ef4..50a661dc2 100755
--- a/.github/configs
+++ b/.github/configs
@@ -345,6 +345,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"
 	;;
 *-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