From: Darren Tucker Date: Fri, 9 May 2025 22:26:37 +0000 (+1000) Subject: Skip keygen-knownhost test on Cygwin. X-Git-Tag: V_10_1_P1~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56782dad7d7f96b4943951227515bd7904ac3cf7;p=thirdparty%2Fopenssh-portable.git Skip keygen-knownhost test on Cygwin. It fails but at this time it's not clear why. --- 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